Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from go101:master #34

Merged
merged 4 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Currently, the following books are avaliable:
These books are expected to help gophers gain a deep and thorough understanding of Go
and be helpful for both beginner and experienced Go programmers.

To get latest news of Go 101 books, please follow the official twitter account [@go100and1](https://twitter.com/go100and1)
and join [the Go 101 Slack space](https://go-101.slack.com).
To get latest news of Go 101 books, please follow the official twitter account [@go100and1](https://twitter.com/go100and1).

### Install, Update, and Read Locally

Expand Down
5 changes: 4 additions & 1 deletion pages/blog/101.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ <h1>Go 101 Blog</h1>

<ul>


<li>
<a class="index" href="2024-03-01-for-loop-semantic-changes-in-go-1.22.html" data-tag="slices, merge, clip" data-date="2024-03-01"><code>for</code>-loop semantic changes in Go 1.22: be aware of the impact</a>
</li>
<li>
<a class="index" href="2022-12-30-go-builtin-slice-manipulations-are-incomplete.html" data-tag="slices, merge, clip" data-date="2022-12-30">Go built-in slice manipulations are incomplete</a>
</li>
Expand All @@ -26,3 +28,4 @@ <h1>Go 101 Blog</h1>
<!-- index ends (don't remove) -->



Loading
Loading