Initial commit with sample app
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
.PHONY: run-local
|
||||
run-local:
|
||||
DATABASE_URL=postgres://postgres:foobarbaz@localhost:5432/postgres \
|
||||
go run main.go
|
||||
Reference in New Issue
Block a user