AmundsenJunior/rest-go-mux-pq
REST API example in Go, using PostgreSQL and gorilla/mux, from a SemaphoreCI tutorial
Go
Issues
- 0
Add TravisCI integration
#11 opened by AmundsenJunior - 0
- 1
- 0
Add application logging
#9 opened by AmundsenJunior - 1
Add benchmark tests to main_test.go
#8 opened by AmundsenJunior - 0
- 1
- 0
Convert test_exec.sh to Makefile
#7 opened by AmundsenJunior - 2
- 2
go test -v
#2 opened by JoseRFJuniorLLMs - 1
connectionString := fmt.Sprintf("postgres://%s:%s@%s?sslmode=%s", user, password, dbname, sslmode)
#1 opened by JoseRFJuniorLLMs