github.com/laof/lite-speed-test@v0.0.0-20230930011949-1f39b7037845/web/embed_other.go (about)

     1  //go:build !gomobile
     2  // +build !gomobile
     3  
     4  package web
     5  
     6  import "embed"
     7  
     8  //go:embed gui/dist/*
     9  var guiStatic embed.FS
    10  
    11  var FontBytes []byte