use shopspring/decimal library everywhere
This commit is contained in:
5
internal/errors.go
Normal file
5
internal/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package internal
|
||||
|
||||
import "fmt"
|
||||
|
||||
var ErrInsufficientBoughtVolume = fmt.Errorf("insufficient bought volume")
|
||||
Reference in New Issue
Block a user