打包静态文件到二进制

This commit is contained in:
Leonard Wang
2020-07-28 01:03:36 +08:00
parent fb0ac5356e
commit 2483581158
3 changed files with 49 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package core
import (
"fmt"
"gin-vue-admin/global"
_ "gin-vue-admin/packfile"
"github.com/fsnotify/fsnotify"
"github.com/spf13/viper"
)