mirror of
https://github.com/thomiceli/opengist
synced 2024-11-08 12:55:50 +01:00
8 lines
77 B
Go
8 lines
77 B
Go
|
//go:build !fs_embed
|
||
|
|
||
|
package public
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
var Files = os.DirFS(".")
|