mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 09:17:12 +00:00
chore: add Int32Enum for common/atomic
This commit is contained in:
@@ -19,7 +19,7 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
type FindProcessMode int
|
||||
type FindProcessMode int32
|
||||
|
||||
// UnmarshalText unserialize FindProcessMode
|
||||
func (m *FindProcessMode) UnmarshalText(data []byte) error {
|
||||
|
||||
Reference in New Issue
Block a user