mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
Drop support for Go versions older than 1.7 (#172)
* Drop support for Go versions older than 1.7 * Update README.md
This commit is contained in:
parent
feafbe1d95
commit
f1c1aead5a
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.2.x
|
||||
- 1.7.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- tip
|
||||
|
|
|
@ -18,6 +18,10 @@ NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decim
|
|||
|
||||
Run `go get github.com/shopspring/decimal`
|
||||
|
||||
## Requirements
|
||||
|
||||
Decimal library requires Go version `>=1.7`
|
||||
|
||||
## Usage
|
||||
|
||||
```go
|
||||
|
|
Loading…
Reference in a new issue