From ef7e0fef07798c5d3c7d4c6a977279ea2dd0171e Mon Sep 17 00:00:00 2001 From: Puru <40428133+tuladhar-p@users.noreply.github.com> Date: Thu, 17 Jan 2019 11:13:49 +0545 Subject: [PATCH] Fix errors package import statement --- functions/basics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/basics.go b/functions/basics.go index 737d737..b05a105 100644 --- a/functions/basics.go +++ b/functions/basics.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/pkg/errors" + "errors" ) func main() {