Just the basics of using modules to organize code. This repo will be uppdated over time as my familiarity with golang imporoves.
go run ./cmd/app/main.go
go build -o ./pullapi ./cmd/app/main.go
Just the basics of using modules to organize code. This repo will be uppdated over time as my familiarity with golang imporoves.
go run ./cmd/app/main.go
go build -o ./pullapi ./cmd/app/main.go