add package

This commit is contained in:
Paul R. Tagliamonte 2019-11-09 20:05:59 -05:00
parent 32b2e39e91
commit edc3ca48ae
2 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,7 @@ import (
"html/template"
"io"
"io/ioutil"
"log"
"os"
"path"
)
@ -46,7 +47,7 @@ func loadConfig() (ret []Package, err error) {
func main() {
packages, err := loadConfig()
if err != nil {
fmt.Errorf("%s\n", err)
log.Fatalf("%s\n", err)
return
}

View file

@ -290,7 +290,12 @@
"Repo": "https://github.com/paultag/go-ais",
"Url": "https://github.com/paultag/go-ais"
},
{
"Packages": [],
"Path": "/go/diskring",
"Repo": "https://github.com/paultag/go-diskring",
"Url": "https://github.com/paultag/go-diskring"
},
{
"Packages": [],
"Path": "/go/rf",