Logo
Explore Help
Sign In
XiaoMo/frp
1
0
Fork 0
You've already forked frp
mirror of https://github.com/fatedier/frp.git synced 2025-05-09 16:18:27 +00:00
Code Issues Packages Projects Releases Wiki Activity
frp/assets/frpc/embed.go

15 lines
154 B
Go
Raw Normal View History

Let's get rid of ugly statik (#2255) * Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets
2021-08-17 20:20:04 +08:00
package frpc
import (
"embed"
"github.com/fatedier/frp/assets"
)
//go:embed static/*
var content embed.FS
func init() {
assets.Register(content)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 31ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API