1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 07:00:32 +00:00
opengist/public/fs_os.go

8 lines
77 B
Go
Raw Permalink Normal View History

2023-09-03 00:30:57 +02:00
//go:build !fs_embed
package public
import "os"
var Files = os.DirFS(".")