Skip to content

t3mnikov/gotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


repo logo

gotes

disclaimer: pet project

gotes - it's like a notes on Go

For begin you can create .env.local to set your configure at configs/.

In order to up migration run command:

go run cmd/migration/main.go -c "up"

For down:

go run cmd/migration/main.go -c "down"

For create migration with any_name run:

go run cmd/migration/main.go -c "create" -args "any_namne sql"

Run tests:

make test

Run build:

make

About

Gotes - it's like a notes on Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published