log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mercurial
>
hgweb_golang.cgi
comparison src/bh.go @ 0:
de451fa0c9cd
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
golang repository.
author
pyon@macmini
date
Sat, 01 Oct 2016 11:16:31 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:de451fa0c9cd
1
package main
2
3
import (
4
"bufio"
5
"os"
6
)
7
8
func main() {
9
bufio.NewScanner( os.Stdin )
10
}
11