mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 05:32:20 +01:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
default: run
|
|
|
|
run:
|
|
go run *.go
|
|
|
|
libs:
|
|
go get github.com/gorilla/mux
|
|
go get github.com/Sean-Der/fail2go
|