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
master
telebit
/
assets
/
admin
/
assets_dev.go
8 lines
99 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: update go:build syntax for go v1.17
2021-11-02 04:40:50 +00:00
//go:build dev
WIP: track connection table
2020-06-22 06:34:42 +00:00
package
admin
import
"net/http"
var
AdminFS
http
.
FileSystem
=
http
.
Dir
(
"assets"
)