feat: 修改包名

This commit is contained in:
2024-09-14 15:57:03 +08:00
parent b169659e02
commit 030343bc01
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
package td_mapping
package tdmap
import (
"fmt"
@@ -6,7 +6,7 @@ import (
"strings"
)
func NewTdMapping() *TdMapping {
func NewMapping() *TdMapping {
return &TdMapping{}
}