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