@ -29,13 +29,11 @@ import (
"gopkg.in/yaml.v2"
)
type ypkg struct {
var m map[string]struct {
Repo string `yaml:"repo,omitempty"`
Display string `yaml:"display,omitempty"`
}
var m map[string]ypkg
func init() {
vanity, err := ioutil.ReadFile("./vanity.yaml")
if err != nil {
The note is not visible to the blocked user.