You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This project is not maintained anymore and is archived.. Please create your own
5
5
Thanks all for their work on this project.
6
6
7
7
8
-
# Set [](https://godoc.org/gopkg.in/fatih/set.v0)[](https://travis-ci.org/fatih/set)
8
+
# Set [](https://godoc.org/github.com/fatih/set)[](https://travis-ci.org/fatih/set)
9
9
10
10
Set is a basic and simple, hash-based, **Set** data structure implementation
11
11
in Go (Golang).
@@ -24,13 +24,13 @@ For usage see examples below or click on the godoc badge.
24
24
Install the package with:
25
25
26
26
```bash
27
-
go get gopkg.in/fatih/set.v0
27
+
go get github.com/fatih/set
28
28
```
29
29
30
30
Import it with:
31
31
32
32
```go
33
-
import"gopkg.in/fatih/set.v0"
33
+
import"githug.com/fatih/set"
34
34
```
35
35
36
36
and use `set` as the package name inside the code.
0 commit comments