Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 authored May 4, 2024
1 parent b0c53d3 commit 3b85ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Check for integer overflows in Golang (Generic)

# Install
`go get github.com/acheong08/overflow`
`go get github.com/g-utils/overflow`

# Usage

```go
import (
"github.com/acheong08/overflow"
"github.com/g-utils/overflow"
"math"
)

Expand All @@ -20,7 +20,7 @@ func main(){
}
}
```
Function signatures: https://pkg.go.dev/github.com/acheong08/overflow
Function signatures: https://pkg.go.dev/github.com/g-utils/overflow

```go
package overflow
Expand Down

0 comments on commit 3b85ab3

Please sign in to comment.