diff options
| -rw-r--r-- | cmd/within.website/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index 3ca733a..3b1f0e6 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -42,6 +42,7 @@ var githubReposDefault = []string{ var gogsReposDefault = []string{ "gorqlite", + "gopher", } func main() { @@ -116,6 +117,7 @@ const indexTemplate = `<!DOCTYPE html> <li><a href="https://within.website/confyg">confyg</a> - A generic configuration file parser based on the go modfile parser</li> <li><a href="https://within.website/derpigo">derpigo</a> - A simple wrapper to the <a href="https://derpibooru.org">Derpibooru</a> API</li> <li><a href="https://within.website/eclier">eclier</a> - A go+lua command line application framework</li> + <li><a href="https://within.website/gopher">gopher</a> - A simple Gopher client/server framework based on net/http</li> <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">github.com/dickeyxxx/netrc</a></li> <li><a href="https://within.website/gorqlite">gorqlite</a> - A driver for <a href="https://github.com/rqlite/rqlite">rqlite</a></li> <li><a href="https://within.website/johaus">johaus</a> - <a href="http://lojban.org">Lojban</a> parsing</li> |
