Skip to content

Commit a248cca

Browse files
committed
feat: change validator.go package name
1 parent 7581eae commit a248cca

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/Armnajafi/mobikit-go
22

33
go 1.20
4-
5-
require github.com/armnajafi/mobikit-go v0.0.0-20250626161102-e82483c378e1 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package src
1+
package mobikit_go
22

33
import (
44
"encoding/json"

0 commit comments

Comments
 (0)