From a01bde71d412d4f3f433e6f782df0f43aa61d415 Mon Sep 17 00:00:00 2001 From: Oleg Shevelev Date: Tue, 26 Mar 2019 22:12:37 +0300 Subject: [PATCH] gofmt fixed --- README.md | 2 +- example_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07fd72c..32c1f86 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example_test.go b/example_test.go index 2ba758d..318dfa3 100644 --- a/example_test.go +++ b/example_test.go @@ -59,4 +59,4 @@ func ExampleNew() { // ^[/][id]:id=value5 // ^[/][id]:id2=value8 // ^:id[/]:name[/123]=value6 -} \ No newline at end of file +}