From 90139bd5704c2aea50b2b2775931c0f7ef46427d Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 20 Jun 2019 17:04:33 -0700 Subject: [PATCH] marked code portion of README.md as Go code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1544bc4..2e83efe 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ if didMatch { ``` Alternatively: -``` +```go import ( "github.com/reiver/go-pathmatch" )