Compare commits

..

No commits in common. "48f531ffca5039763031873da10c0db334bc8710" and "2aa8163189f1ac7c3162fbbd38058871283e5a6e" have entirely different histories.

2 changed files with 0 additions and 8 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
GoTomato

View file

@ -81,10 +81,3 @@ go run .
``` ```
open http://localhost:8081 open http://localhost:8081
## Building
```
go build -ldflags "-w"
upx --best --lzma GoTomato
```