Add verbose flag (#350)

* Implement verbose output
Works for build and serve

* Tidy go modules
This commit is contained in:
Lea Anthony
2020-02-23 06:03:00 +11:00
committed by GitHub
parent 7ae2acac90
commit 8d3c32c630
9 changed files with 164 additions and 81 deletions

3
go.mod
View File

@@ -3,9 +3,6 @@ module github.com/wailsapp/wails
require (
github.com/Masterminds/semver v1.4.2
github.com/abadojack/whatlanggo v1.0.1
github.com/dchest/cssmin v0.0.0-20151210170030-fb8d9b44afdc // indirect
github.com/dchest/htmlmin v0.0.0-20150526090704-e254725e81ac
github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947 // indirect
github.com/fatih/color v1.7.0
github.com/go-playground/colors v1.2.0
github.com/gorilla/websocket v1.4.0