Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05a5bf3

Browse files
committedJan 8, 2021
add some related articles
1 parent 119456f commit 05a5bf3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed
 

‎numbers/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
#TBD
1+
# Numbers
2+
3+
Articles about numbers in Go:
4+
5+
* [Understanding Data Types in Go](https://www.digitalocean.com/community/tutorials/understanding-data-types-in-go)
6+
7+
## Related Go packages
8+
9+
* Math [pkg.go.dev](https://pkg.go.dev/math@go1.15.6)
10+
* Strconv [pkg.go.dev](https://pkg.go.dev/strconv@go1.15.6)

‎strings/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
#TBD
1+
# Go Strings and Slices
2+
3+
Articles about Go slices and strings:
4+
5+
* [Go Slices: usage and internals](https://blog.golang.org/slices-intro)
6+
* [Arrays, slices (and strings): The mechanics of 'append'](https://blog.golang.org/slices)
7+
* [Strings, bytes, runes and characters in Go](https://blog.golang.org/strings)
8+
9+
## Related Go packages
10+
11+
* Strings - [pkg.go.dev](https://pkg.go.dev/strings)
12+
* Bytes - [pkg.go.dev](https://pkg.go.dev/bytes)

0 commit comments

Comments
 (0)
Please sign in to comment.