mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
change jellolabs to shopspring
This commit is contained in:
parent
410a5d09e7
commit
fc48e3343b
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# decimal [![Build Status](https://travis-ci.org/jellolabs/decimal.png?branch=master)](https://travis-ci.org/jellolabs/decimal)
|
# decimal [![Build Status](https://travis-ci.org/shopspring/decimal.png?branch=master)](https://travis-ci.org/shopspring/decimal)
|
||||||
|
|
||||||
Arbitrary-precision fixed-point decimal numbers in go.
|
Arbitrary-precision fixed-point decimal numbers in go.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decmi
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Run `go get github.com/jellolabs/decimal`
|
Run `go get github.com/shopspring/decimal`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/jellolabs/decimal"
|
"github.com/shopspring/decimal"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -53,7 +53,7 @@ func main() {
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
http://godoc.org/github.com/jellolabs/decimal
|
http://godoc.org/github.com/shopspring/decimal
|
||||||
|
|
||||||
## Production Usage
|
## Production Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue