diff --git a/README.md b/README.md index d3b2604..4294641 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Source code and community space of 📖 _100 Go Mistakes and How to Avoid Them_, published by Manning in August 2022. -Read online: [100go.co](https://100go.co). \ No newline at end of file +Read online: [100go.co](https://100go.co). diff --git a/docs/img/circle.svg b/docs/img/circle.svg new file mode 100644 index 0000000..5a28f47 --- /dev/null +++ b/docs/img/circle.svg @@ -0,0 +1,4 @@ + + Congratulations! Email me at contact@the*****.cafe with the title "f63dee1e". + + \ No newline at end of file diff --git a/site/img/circle.svg b/site/img/circle.svg new file mode 100644 index 0000000..e69de29 diff --git a/site/sitemap.xml b/site/sitemap.xml index 4fa83ad..660c48d 100644 --- a/site/sitemap.xml +++ b/site/sitemap.xml @@ -2,77 +2,77 @@ https://100go.co/ - 2024-10-09 + 2024-10-13 daily https://100go.co/20-slice/ - 2024-10-09 + 2024-10-13 daily https://100go.co/28-maps-memory-leaks/ - 2024-10-09 + 2024-10-13 daily https://100go.co/5-interface-pollution/ - 2024-10-09 + 2024-10-13 daily https://100go.co/56-concurrency-faster/ - 2024-10-09 + 2024-10-13 daily https://100go.co/89-benchmarks/ - 2024-10-09 + 2024-10-13 daily https://100go.co/9-generics/ - 2024-10-09 + 2024-10-13 daily https://100go.co/92-false-sharing/ - 2024-10-09 + 2024-10-13 daily https://100go.co/98-profiling-execution-tracing/ - 2024-10-09 + 2024-10-13 daily https://100go.co/book/ - 2024-10-09 + 2024-10-13 daily https://100go.co/chapter-1/ - 2024-10-09 + 2024-10-13 daily https://100go.co/external/ - 2024-10-09 + 2024-10-13 daily https://100go.co/ja/ - 2024-10-09 + 2024-10-13 daily https://100go.co/pt-br/ - 2024-10-09 + 2024-10-13 daily https://100go.co/zh/ - 2024-10-09 + 2024-10-13 daily \ No newline at end of file diff --git a/site/sitemap.xml.gz b/site/sitemap.xml.gz index d247833..43f7575 100644 Binary files a/site/sitemap.xml.gz and b/site/sitemap.xml.gz differ diff --git a/site/stylesheets/extra.css b/site/stylesheets/extra.css index a970fe2..4180724 100644 --- a/site/stylesheets/extra.css +++ b/site/stylesheets/extra.css @@ -6,10 +6,3 @@ .md-typeset details { font-size: 15px } - -.md-announce { - background-color: #f0f8ff; /* Light blue background */ - padding: 10px; - border-radius: 5px; - color: #333; -}