diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-08 19:25:01 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-08 19:25:01 -0400 |
| commit | f4f01bec1ea3bef34378c44e0e5794ba377a55f3 (patch) | |
| tree | 3a4b42a4230945daa1f3dd104935456adfa91d16 /cmd | |
| parent | 51bb87d67d7d27710bca065601d010a2eebab185 (diff) | |
| download | x-f4f01bec1ea3bef34378c44e0e5794ba377a55f3.tar.xz x-f4f01bec1ea3bef34378c44e0e5794ba377a55f3.zip | |
cmd/within.website: add olin
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 3fd496a..4075c73 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -36,6 +36,7 @@ var githubReposDefault = []string{ "johaus", "confyg", "derpigo", + "olin", } var gogsReposDefault = []string{ @@ -118,6 +119,7 @@ const indexTemplate = `<!DOCTYPE html> <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> <li><a href="https://within.website/ln">ln</a> - Key->value based logging made context-aware and simple</li> + <li><a href="https://within.website/olin">olin</a> - WebAssembly on the server</li> <li><a href="https://within.website/x">x</a> - Experiments, toys and tinkering (many subpackages)</li> </ul> |
