From f3d056f6d1a7a1af935a5267cb46573a8eac1c10 Mon Sep 17 00:00:00 2001 From: Abrar Ahmed <13979201+abrar71@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:11:08 +0500 Subject: [PATCH] remove "https://" from go get remove "https://" from go get --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7332aa..96606ab 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Unlike other nullable libraries, gonull leverages Go's generics feature, enablin ## Usage ```bash -go get https://github.com/lomsa-dev/gonull +go get github.com/lomsa-dev/gonull ``` ### Example