chore: add google source and update gitignore
This commit is contained in:
parent
5fad7c4edd
commit
51faf9b2c1
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,4 +22,5 @@
|
|||
go.work
|
||||
|
||||
# Tutorial examples
|
||||
examples/
|
||||
examples/
|
||||
tmp.go
|
|
@ -12,6 +12,6 @@ In this repo all .go files separated different directories because of the readib
|
|||
|Example Resources|[Head First Go](https://headfirstgo.com/), [Go by Example](https://gobyexample.com/) |
|
||||
|Documentation Resources | [Go Official Documentation](https://go.dev/doc/) , [Go Packages Documentation](https://pkg.go.dev/)
|
||||
|Books|[The Go Programming Language](https://www.gopl.io/)
|
||||
|Extra Useful Websites|[gosamples.dev](https://gosamples.dev)|
|
||||
|Extra Useful Websites|[gosamples.dev](https://gosamples.dev), [Google Style Guide](https://google.github.io/styleguide/go/)|
|
||||
|CodeAcademy Course|https://www.codecademy.com/learn/learn-go|
|
||||
|
||||
|
|
Loading…
Reference in a new issue