mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-09 15:40:04 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
|
//go:build dev
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
var frontendFS http.FileSystem = http.Dir("./")
|