➡️
Trilingual
Ctrlk
  • Data Structures: Have and Have-nots of Golang
  • Page
  • Module Management
  • Common Packages
    • GIN
  • Testing
  • Struct Initialization
  • Initializing Variables in Go
Powered by GitBook
On this page

Common Packages

Package
Uses

context

uhh https://pkg.go.dev/context

github.com/go-redis/redis

redis

fyne

Screaming Design: https://blog.cleancoder.com/uncle-bob/2011/09/30/Screaming-Architecture.html

Clean design: https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html

REST starter kit: https://github.com/qiangxue/go-rest-api

UI

  • https://github.com/fyne-io/fyne

  • https://github.com/avelino/awesome-go#gui

  • https://github.com/wailsapp/wails

PreviousModule ManagementNextGIN

Last updated 2 years ago