Mercurial > mercurial > hgweb_golang.cgi
comparison src/gogemo/main.go @ 30:a273d4792e48
gogemo: small fix.
author | pyon@macmini |
---|---|
date | Mon, 25 Feb 2019 22:50:47 +0900 |
parents | 0f05c342fde1 |
children |
comparison
equal
deleted
inserted
replaced
29:0f05c342fde1 | 30:a273d4792e48 |
---|---|
1 /* | 1 /* |
2 Gogemo: Command-line Migemo program by go. | 2 Gogemo: Command-line Migemo program by go. |
3 Last Change: 2019-02-23 Sat 15:43:49. | 3 Last Change: 2019-02-25 Mon 22:49:03. |
4 | 4 |
5 Written by T.Mutoh | 5 Written by T.Mutoh |
6 */ | 6 */ |
7 package main | 7 package main |
8 | 8 |
12 "os" | 12 "os" |
13 | 13 |
14 "./gogemo" | 14 "./gogemo" |
15 ) | 15 ) |
16 | 16 |
17 const ver string = "1.2" | 17 const ver string = "1.2a" |
18 | 18 |
19 func main() { | 19 func main() { |
20 inv := flag.Bool("v", false, "inverse (not implement)") | 20 inv := flag.Bool("v", false, "inverse (not implement)") |
21 wfn := flag.Bool("f", false, "print with filename") | 21 wfn := flag.Bool("f", false, "print with filename") |
22 look := flag.Bool("l", false, "lookup dictionary") | 22 look := flag.Bool("l", false, "lookup dictionary") |