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