From ca42c95e5247e3f5ede51c6daf2ee5fee0554320 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 24 Jun 2019 14:20:49 -0700 Subject: [PATCH] corrected test --- example_pattern_string_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_pattern_string_test.go b/example_pattern_string_test.go index 8ced072..da3f886 100644 --- a/example_pattern_string_test.go +++ b/example_pattern_string_test.go @@ -7,7 +7,7 @@ import ( "os" ) -func ExamplePatternString() { +func ExamplePattern_String() { var template = "/v1/users/{user_id}"