mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
8 lines
117 B
Go
8 lines
117 B
Go
// +build !deploy_build
|
|
|
|
package webui
|
|
|
|
import "net/http"
|
|
|
|
var WebUIAssets http.FileSystem = http.Dir("webui/build")
|