Skip to content

Commit

Permalink
gofmt fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Shevelev committed Mar 26, 2019
1 parent 5a929ea commit a01bde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/mantyr/prefixtree.svg?branch=master)](https://travis-ci.org/mantyr/prefixtree)
[![GoDoc](https://godoc.org/github.com/mantyr/prefixtree?status.png)](http://godoc.org/github.com/mantyr/prefixtree)
[![Go Report Card](https://goreportcard.com/badge/github.com/mantyr/prefixtree?v=3)][goreport]
[![Go Report Card](https://goreportcard.com/badge/github.com/mantyr/prefixtree?v=4)][goreport]
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)

This stable version
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ func ExampleNew() {
// ^[/][id]:id=value5
// ^[/][id]:id2=value8
// ^:id[/]:name[/123]=value6
}
}

0 comments on commit a01bde7

Please sign in to comment.