mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-01-18 11:11:10 +05:00
9 lines
79 B
Go
9 lines
79 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
)
|
||
|
|
||
|
//go:embed icons/*.svg
|
||
|
var iconsFS embed.FS
|