core/utils
yanweidong 25386cf0e1 ```
refactor(print): 将 print 包重命名为 printer 并更新所有引用

将项目中的 print 包统一重命名为 printer,以避免与标准库或第三方库产生命名冲突。同时,
更新了所有相关模块对该包的引用,确保功能一致性和代码可维护性。

涉及文件包括:
- conf/new.go
- infra/service.go
- service/register.go
- service/service.go
- with/databases.go
- with/etcd.go
- with/memory.go
- with/redis.go

此外,删除了以下已废弃或未使用的代码文件:
- cmd/cmd.go
- data/map_float.go
- data/map_string.go
- oplog/new.go
- oplog/types.go
- print/print.go
- utils/ext.go
```
2025-09-27 00:20:36 +08:00
..
array.go init 2025-02-07 13:01:38 +08:00
convert.go ``` 2025-09-22 19:02:38 +08:00
crypto.go init 2025-02-07 13:01:38 +08:00
dir.go ``` 2025-09-22 19:02:38 +08:00
ext.go ``` 2025-09-27 00:20:36 +08:00
file.go feat(conf/new.go): 添加配置文件不存在时的处理逻辑及环境变量替换 2025-09-18 13:34:35 +08:00
identity.go add uuid v7 2025-03-12 17:10:04 +08:00
json.go init 2025-02-07 13:01:38 +08:00
net.go add HttpPostJSON 2025-05-23 10:45:28 +08:00
random.go init 2025-02-07 13:01:38 +08:00
ticker.go init 2025-02-07 13:01:38 +08:00
time.go add time <=> string 2025-04-02 14:53:45 +08:00
validator.go ``` 2025-09-23 13:26:47 +08:00