# README
go-bootstrap
Initial Go project structure
Build
go build -o bin/go-bootstrap
./bin/go-bootstrap validate
Run
go run main.go validate
Test
go test ./...
Initial Go project structure
go build -o bin/go-bootstrap
./bin/go-bootstrap validate
go run main.go validate
go test ./...