From 4846b8423e60ba13ef9620592ace453ca2959fa3 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Mon, 8 Aug 2022 17:38:55 -0400
Subject: [PATCH] Remove references to github.

---
 doc_bls_test.go | 4 +---
 doc_test.go     | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/doc_bls_test.go b/doc_bls_test.go
index bd716da..b2006f1 100644
--- a/doc_bls_test.go
+++ b/doc_bls_test.go
@@ -19,13 +19,11 @@
 // are covered under the terms of the GNU Lesser General Public License
 // version 3, or (at your option) any later version.
 
-package pbc_test
+package pbc
 
 import (
 	"crypto/sha256"
 	"fmt"
-
-	"github.com/Nik-U/pbc"
 )
 
 // messageData represents a signed message sent over the network
diff --git a/doc_test.go b/doc_test.go
index 7607fb2..216a92e 100644
--- a/doc_test.go
+++ b/doc_test.go
@@ -19,12 +19,10 @@
 // are covered under the terms of the GNU Lesser General Public License
 // version 3, or (at your option) any later version.
 
-package pbc_test
+package pbc
 
 import (
 	"fmt"
-
-	"github.com/Nik-U/pbc"
 )
 
 // This example generates a pairing and some random group elements, then applies
-- 
GitLab