0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-02-19 01:55:43 -05:00
opengist/fs_os.go

8 lines
75 B
Go
Raw Normal View History

2023-04-06 11:47:30 +02:00
//go:build !fs_embed
package main
import "os"
var dirFS = os.DirFS(".")