Compare commits
2 commits
2aa8163189
...
48f531ffca
Author | SHA1 | Date | |
---|---|---|---|
48f531ffca | |||
0a16c4d112 |
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GoTomato
|
|
@ -81,3 +81,10 @@ go run .
|
||||||
```
|
```
|
||||||
|
|
||||||
open http://localhost:8081
|
open http://localhost:8081
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
```
|
||||||
|
go build -ldflags "-w"
|
||||||
|
upx --best --lzma GoTomato
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue