mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
7 lines
75 B
Go
7 lines
75 B
Go
//go:build !fs_embed
|
|
|
|
package main
|
|
|
|
import "os"
|
|
|
|
var dirFS = os.DirFS(".")
|