mirror of
https://github.com/therootcompany/telebit.git
synced 2025-02-13 16:38:11 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
|
// +build dev
|
||
|
|
||
|
package admin
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
var AdminFS http.FileSystem = http.Dir("assets")
|