mirror of
https://github.com/therootcompany/telebit.git
synced 2025-08-05 02:46:39 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
//go:build dev
|
|
|
|
package admin
|
|
|
|
import "net/http"
|
|
|
|
var AdminFS http.FileSystem = http.Dir("assets")
|