github.com/xxf098/lite-proxy@v0.15.1-0.20230422081941-12c69f323218/web/embed_gomobile.go (about)

     1  // +build gomobile
     2  
     3  package web
     4  
     5  import "embed"
     6  
     7  var guiStatic embed.FS
     8  
     9  var FontBytes []byte