diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-09 01:04:21 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-09 01:04:21 +0000 |
| commit | e770acd626096173612a7a8fad4a15a714ecf0f9 (patch) | |
| tree | b960cee419b7cc67c14f99eac0e5976595981c14 /cmd | |
| parent | eeca0c0f8ab48aaa632e3703c0e9d920efed3c0f (diff) | |
| download | x-e770acd626096173612a7a8fad4a15a714ecf0f9.tar.xz x-e770acd626096173612a7a8fad4a15a714ecf0f9.zip | |
cmd/within.website: add gopher
Diffstat (limited to 'cmd')
| -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> |
