Skip to content

Commit b9cf9b8

Browse files
committed
feat: add base pkg
1 parent cf2ca7a commit b9cf9b8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package cmd

pkg/constants/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package constants

pkg/mapper/mapper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package mapper

0 commit comments

Comments
 (0)