1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

remwork tools

This commit is contained in:
Lee Brown
2019-07-13 20:50:00 -08:00
parent 6607d719d9
commit 91879fe40a
12 changed files with 372 additions and 523 deletions

10
tools/truss/makefile Normal file
View File

@ -0,0 +1,10 @@
SHELL := /bin/bash
install:
go install .
build:
go install .
run:
go build . && ./truss