github.com/akkaraju-satvik/dbmap@v0.0.3-0.20240414054547-f818701a74f0/Makefile (about)

     1  build:
     2  	@go build -o bin/dbmap main.go
     3  
     4  test:
     5  	@go test ./...