Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 123 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 123 Bytes
  • Initialize Go project
go mod init simple-restapi
  • Import Go library
go get -u
  • Run go
go run .