diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-01 14:53:11 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-01 14:53:11 +0530 |
commit | 54e1b7496d6a06c92b030114e9d54019ab4ba87f (patch) | |
tree | b11c9e80d41971715b377bc23673e670316ceba3 /content/docs/programming-resources/programming-and-scripting-languages/go | |
parent | c2f6cecb12dadb6abc5a2d5e83c9f4c7ec971541 (diff) |
removing programming-resources
Diffstat (limited to 'content/docs/programming-resources/programming-and-scripting-languages/go')
-rw-r--r-- | content/docs/programming-resources/programming-and-scripting-languages/go/_index.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/content/docs/programming-resources/programming-and-scripting-languages/go/_index.md b/content/docs/programming-resources/programming-and-scripting-languages/go/_index.md deleted file mode 100644 index cb1819f..0000000 --- a/content/docs/programming-resources/programming-and-scripting-languages/go/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Go -description: The Go programming language -weight: 2 ---- - -Go is one of my favourite programming languages. It's statically typed and compiled, and it's very simple to use and is also very fast. -It can be used to build fast console apps, or to write web applications. - -## Basics - -To learn the basics of Go - -- Golang crash course: [Video by Traversy Media](https://www.youtube.com/watch?v=SqrbIlUwR0U) -- [Golang Dojo](https://www.youtube.com/@GolangDojo) makes good videos about Go - -## Additional Resources - -Some cool libraries, etc to check out - -- [godotenv](https://github.com/joho/godotenv): Load envioronment variables from a .env file -- [viper](https://github.com/spf13/viper): Read/write configuration files -- [go-keyring](https://github.com/zalando/go-keyring): System keyring interface for Go -- [MAL2Go](https://github.com/MikunoNaka/MAL2Go): MyAnimeList API wrapper -- [jwt](https://github.com/golang-jwt/jwt): JWT implementation for Go |