From 5a587e5ff73f1ee2e3e903453df266adad2ebd3d Mon Sep 17 00:00:00 2001 From: Naman Maheshwari Date: Wed, 8 Jul 2020 16:48:14 +0530 Subject: [PATCH] Fixed missing quote in import statement in Readme --- ipv4cidr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv4cidr/README.md b/ipv4cidr/README.md index 83872e6..c6f691d 100644 --- a/ipv4cidr/README.md +++ b/ipv4cidr/README.md @@ -17,4 +17,4 @@ The package `IPv4CIDR` contains utilities to perform the following operations: ## To Use Import the package into your code using: - import "github.com/microsoft/go-cidr-manager/ipv4cidr + import "github.com/microsoft/go-cidr-manager/ipv4cidr"