Skip to content

Commit

Permalink
Update example to reflect current output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
zmb3 committed Apr 25, 2016
1 parent cd01a0b commit e2fdf30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Simply specify a filename and _byte_ offset with the `pos` flag:

```
$ gogetdoc -pos $GOROOT/src/fmt/format.go:#6274
func unicode/utf8.RuneCountInString(s string) (n int)
import "unicode/utf8"
func RuneCountInString(s string) (n int)
RuneCountInString is like RuneCount but its input is a string.
Expand Down

0 comments on commit e2fdf30

Please sign in to comment.