wa.mod.json 287 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"name": "{{.Name}}",
	"pkgpath": "{{.Pkgpath}}",
	"version": "0.0.1",
	"authors": ["author", "author2"],
	"description": "module description",
	"readme": "README.md",
	"homepage": "",
	"repository": "",
	"license": "",
	"license_file": "LICENSE",
	"keywords": [],
	"categories": []
}