Mercurial > mercurial > hgweb_golang.cgi
view src/bh.go @ 4:4c6bfc90d75c
rate fix & not consider last date
| author | pyon@macmini |
|---|---|
| date | Tue, 18 Oct 2016 21:28:25 +0900 |
| parents | de451fa0c9cd |
| children |
line wrap: on
line source
package main import ( "bufio" "os" ) func main() { bufio.NewScanner( os.Stdin ) }
