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