mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
|
//go:build !fs_embed
|
||
|
|
||
|
package public
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
var Files = os.DirFS(".")
|