Single binary build (#10)

Single binary build
Use go rice for embedding the static files and templates to the binary file
This commit is contained in:
Khanh Ngo 2020-05-21 15:51:24 +07:00 committed by GitHub
parent b741a915ae
commit 9a27cc366f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 169 additions and 34 deletions

9
.gitignore vendored
View file

@ -12,7 +12,12 @@ wireguard-ui
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# Dependency directories and files (remove the comment below to include it)
vendor/
assets/
node_modules
node_modules/
rice-box.go
# IDEs
.vscode
.idea