6 lines
107 B
Go
6 lines
107 B
Go
package internal
|
|
|
|
import "fmt"
|
|
|
|
var ErrInsufficientBoughtVolume = fmt.Errorf("insufficient bought volume")
|