/* SPDX-License-Identifier: MIT */ /* * Author: Jianhui Zhao */ package main import "embed" //go:embed assets var staticFs embed.FS