浩瀚宇
浩瀚宇
### 在提问之前... - [X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,且会尽可能提供更多信息帮助问题解决 - [X] 我在提问题之前至少花费了 5 分钟来思考和准备 - [X] 我已经阅读了文档中的常见问题、详细使用说明等,认为这大概率是一个 bug 而非设计如此 - [X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况 - [X] 我上传的游戏画面截图是模拟器自带的截图工具(或通过 adb)截取的原图 ### 问题描述 基建dorm和power无法正常运行,都只能换一个房间的人 ###...
 when use cargo upgrade,there is no any respond
**Describe the bug** struct with json tag will different to without **To Reproduce** Steps to reproduce the behavior: ```go package main import "github.com/gin-gonic/gin" //go install github.com/abice/go-enum@latest //go:generate go-enum --output-suffix _generate.go...
There are toSet functions like keyify, but set operations only have slice-related functions. Are there plans to add set operations to set?
Are there any functions that return just the first parameter while ignoring errors, similar to the "must" series functions? ```go func First[T any](value T, other any) T { return value...
Is there any way to add suffix to generated string, such as ```go /* ENUM( FOO1 FOO2 FOO3 ) */ type Foo string const ( // add SUFFIX to value...