This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
golang-saas-starter-kit
Watch
1
Star
0
Fork
0
You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced
2025-06-06 23:46:29 +02:00
Code
Issues
Releases
Activity
golang-saas-starter-kit
/
tools
/
schema
/
makefile
11 lines
95 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
completed schema migration
2019-05-25 08:26:37 -05:00
SHELL
:=
/bin/bash
remwork tools
2019-07-13 20:50:00 -08:00
install
:
go install .
build
:
go install .
completed schema migration
2019-05-25 08:26:37 -05:00
run
:
go build .
&&
./schema
Reference in New Issue
Copy Permalink