Skip to content

Commit bd6279b

Browse files
authored
Update README.md
1 parent c419c67 commit bd6279b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Pretty print structs
1010
```go
1111
package main
1212

13-
import (
14-
"github.com/elsgaard/mooseutils"
15-
)
13+
import "github.com/elsgaard/mooseutils"
1614

1715
type User struct {
1816
Name string
@@ -24,5 +22,6 @@ func main() {
2422
mooseutils.PrettyPrint(user)
2523

2624
}
25+
2726
```
2827

0 commit comments

Comments
 (0)