alllllmost
This commit is contained in:
@@ -257,6 +257,7 @@ func isNumericByte(b byte) bool {
|
|||||||
return '0' <= b && b <= '9' || b == '.' || b == '-'
|
return '0' <= b && b <= '9' || b == '.' || b == '-'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// from "[^\n]*\n?.*" read "[^\n]*\n?"
|
||||||
func readTransactionValueCurrency(r io.Reader) (io.Reader, float64, string, error) {
|
func readTransactionValueCurrency(r io.Reader) (io.Reader, float64, string, error) {
|
||||||
return nil, 0, "", errors.New("not impl read a value currency")
|
return nil, 0, "", errors.New("not impl read a value currency")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user