Skip to content

Commit

Permalink
README: use syntax highlighing
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyshkin authored Jul 20, 2023
1 parent b97c85e commit bff2232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-rpmdb
Library for enumerating packages in an RPM DB `Packages` file (without bindings).

```
```go
package main

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

0 comments on commit bff2232

Please sign in to comment.