mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-12 19:01:50 +02:00
Tweaked project structure (#88)
This commit is contained in:
7
public/fs_os.go
Normal file
7
public/fs_os.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !fs_embed
|
||||
|
||||
package public
|
||||
|
||||
import "os"
|
||||
|
||||
var Files = os.DirFS(".")
|
Reference in New Issue
Block a user