This website requires JavaScript.
Explore
Help
Sign In
root
/
telebit
mirror of
https://github.com/therootcompany/telebit.git
Watch
1
Star
0
Fork
You've already forked telebit
0
Code
Issues
Projects
Releases
Wiki
Activity
ec0c7ff696
telebit
/
admin
/
assets_dev.go
8 lines
98 B
Go
Raw
Blame
History
// +build dev
package
admin
import
"net/http"
var
AdminFS
http
.
FileSystem
=
http
.
Dir
(
"assets"
)
Reference in New Issue
View Git Blame
Copy Permalink