mirror of
https://github.com/therootcompany/telebit.git
synced 2025-02-13 08:28:13 +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")
|