dmdinh22 / go-todo

todo API in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

todo API in Go


Languages

Language:Go 100.0%