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