1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-01-01 09:21:17 +00:00
twitch-bot/configEditor_dev.go

7 lines
106 B
Go

//go:build dev
package main
import "net/http"
var configEditorFrontend http.FileSystem = http.Dir(".")