Skip to content

Commit d0d3a0f

Browse files
authored
Idiomatic change to lowercase name in 'go get'
1 parent ca41339 commit d0d3a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Check for int/int8/int16/int64/int32 integer overflow in Golang arithmetic.
44
### Install
55
```
6-
go get github.com/JohnCGriffin/overflow
6+
go get github.com/johncgriffin/overflow
77
```
88
Note that because Go has no template types, the majority of repetitive code is
99
generated by overflow_template.sh. If you have to change an

0 commit comments

Comments
 (0)