mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
9 lines
278 B
Go
9 lines
278 B
Go
package orderedmap
|
|
|
|
// copy and modified from https://github.com/wk8/go-ordered-map/tree/v2.1.8
|
|
// which is licensed under Apache v2.
|
|
//
|
|
// mihomo modified:
|
|
// 1. remove dependence of mailru/easyjson for MarshalJSON
|
|
// 2. remove dependence of buger/jsonparser for UnmarshalJSON
|