readme: add missing "go" marker

pull/18/head
Kirill Motkov 2019-03-14 10:56:46 +03:00 committed by Dustin Oprea
parent 089999187e
commit 3f9a27433f
1 changed files with 1 additions and 1 deletions

View File

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