1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-02 21:54:04 +07:00
Commit Graph

1 Commits

Author SHA1 Message Date
bobo liu
2f74f54f18
Let's get rid of ugly statik ()
* 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