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