mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-04 21:50:26 +08:00
6 lines
129 B
Go
6 lines
129 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package shared
|
||
|
|
|
||
|
|
type Formatter = func(s string) string
|