mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 21:59:38 +05:00
9 lines
174 B
Go
9 lines
174 B
Go
package static
|
|
|
|
// I had to move the folders to here due to go limitation. You can't embed from relative (e.g. parent) paths
|
|
|
|
import "embed"
|
|
|
|
//go:embed */*
|
|
var All embed.FS
|