/go-todo

todo API in Go

Primary LanguageGo

TODO API

  • Todo API in GoLang with Gin

Setting up proj and create module path

  • go mod init github.com/user/$YOUR_PROGRAM

Importing packages from module

  • create new file under new dir
  • UpperCase to export
  • go build in the dir that the new package is in ie. /api