Skip to content

Commit 067d98b

Browse files
authored
README: use syntax highlighing (#41)
1 parent b97c85e commit 067d98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# go-rpmdb
22
Library for enumerating packages in an RPM DB `Packages` file (without bindings).
33

4-
```
4+
```go
55
package main
66

77
import (
@@ -36,4 +36,4 @@ func run() error {
3636
fmt.Printf("[Total Packages: %d]\n", len(pkgList))
3737
return nil
3838
}
39-
```
39+
```

0 commit comments

Comments
 (0)