flow
This commit is contained in:
@@ -36,6 +36,8 @@ var (
|
||||
}
|
||||
|
||||
letterBytes = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
||||
flowUnitMap = map[string]string{}
|
||||
)
|
||||
|
||||
const fileExt = ".xlsx"
|
||||
@@ -675,3 +677,7 @@ func BuildErr(errs []error) (err error) {
|
||||
}
|
||||
return fmt.Errorf(errStr.String())
|
||||
}
|
||||
|
||||
func SplitFlowAndUnit(flowStr string) (flow float64, unit string) {
|
||||
return flow, unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user