Skip to content

Commit ca956ac

Browse files
committed
feat: it should use the "github.com/DanielFillol/CNJ_Validate/CNJ" not the github.com/Darklabel91/CNJ_Validate/CNJ
1 parent b1eb9e0 commit ca956ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/api_modifyCNJ.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package request
22

33
import (
4-
"github.com/Darklabel91/CNJ_Validate/CNJ"
4+
"github.com/DanielFillol/CNJ_Validate/CNJ"
55
)
66

77
func modifyCNJ(cnjNumber string) (string, error) {

0 commit comments

Comments
 (0)