mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed icons/*.svg
|
|
var iconsFS embed.FS
|