From 3d387fb0902dfabb418587b1fb832b74f667f282 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 1 Aug 2024 17:40:10 -0700 Subject: [PATCH] improved README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5e99625..e5aba38 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,21 @@ fmt.Println("The path matched!") fmt.Printf("user_id = %q \n", data.UserId) // user_id = "bMM_kJFMEV" fmt.Printf("vehicle_id = %q \n", data.VehicleId) // vehicle_id = "o_bcU.RZGK" ``` + +## Import + +To import package **pathmatch** use `import` code like the follownig: +``` +import "github.com/reiver/go-pathmatch" +``` + +## Installation + +To install package **pathmatch** do the following: +``` +GOPROXY=direct go get https://github.com/reiver/go-pathmatch +``` + +## Author + +Package **pathmatch** was written by [Charles Iliya Krempeaux](http://reiver.link)