mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
7 lines
106 B
Go
7 lines
106 B
Go
//go:build dev
|
|
|
|
package main
|
|
|
|
import "net/http"
|
|
|
|
var configEditorFrontend http.FileSystem = http.Dir(".")
|