diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-04 17:55:45 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-07 23:29:38 +0000 |
| commit | 1bdd21ceff94962aa88801df2f2ab9f198a88324 (patch) | |
| tree | 6eae589e84876b03f14036ad75cac5e1bc976941 /cmd | |
| parent | e6d7c3f347d448144ef4079c94931606cb13bae3 (diff) | |
| download | x-1bdd21ceff94962aa88801df2f2ab9f198a88324.tar.xz x-1bdd21ceff94962aa88801df2f2ab9f198a88324.zip | |
cmd/johaus: use camxes again
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/johaus/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/johaus/main.go b/cmd/johaus/main.go index 6926b90..a3ca6cc 100644 --- a/cmd/johaus/main.go +++ b/cmd/johaus/main.go @@ -7,15 +7,15 @@ import ( "log" "net/http" - "within.website/x/internal" "within.website/johaus/parser" - _ "within.website/johaus/parser/camxes-beta" + _ "within.website/johaus/parser/camxes" "within.website/johaus/pretty" + "within.website/x/internal" ) var ( port = flag.String("port", "9001", "TCP port to bind on for HTTP") - dialect = flag.String("dialect", "camxes-beta", "Lojban dialect to use") + dialect = flag.String("dialect", "camxes", "Lojban dialect to use") ) func main() { |
