chore: add google source and update gitignore

This commit is contained in:
Aliberk Sandıkçı 2023-07-23 13:02:11 +03:00
parent 5fad7c4edd
commit 51faf9b2c1
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ go.work
# Tutorial examples # Tutorial examples
examples/ examples/
tmp.go

View File

@ -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/) | |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/) |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/) |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| |CodeAcademy Course|https://www.codecademy.com/learn/learn-go|