mirror of
https://github.com/wonli/aqi.git
synced 2025-09-26 20:51:23 +08:00
7 lines
71 B
Go
7 lines
71 B
Go
package sensitive
|
|
|
|
import "embed"
|
|
|
|
//go:embed words
|
|
var Words embed.FS
|