Member-only story
Hope you know the Golang bag
- Hugo, which is a static website that can be used without a backend.
2. Viper, which is a tool for reading all kinds of files with favorite, support JSON , YAML, env
3. Air, this is a great utility Go package that helps rebuild and execute a project’s main.go save or almost any saved file (as we wish) without us having to type it every time to run it.
https://github.com/cosmtrek/air
4. Carbon, a great lightweight, easy-to-use, and semantically intelligent datetime library for Go developers
https://github.com/golang-module/carbon
5. DiscordGo, the most useful API wrapper for the Discord API function, has an excellent Modularization structure and contains all the major discord robot operations you might need.
https://github.com/bwmarrin/discordgo
6. Colly, it’s a great Go web scraper and crawler framework, especially for archiving (I’ve used it a lot) and data mining purposes.