readme: add missing "go" marker

pull/13/head
Kirill Motkov 2019-03-14 10:56:46 +03:00
parent c20b208309
commit 6697d947ed
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Example output:
## Example ## Example
``` ```go
f, err := os.Open(filepathArgument) f, err := os.Open(filepathArgument)
log.PanicIf(err) log.PanicIf(err)