Skip to content
This repository was archived by the owner on Aug 3, 2018. It is now read-only.

Commit 2c768e3

Browse files
committed
Update import paths
1 parent bfe298f commit 2c768e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project is not maintained anymore and is archived.. Please create your own
55
Thanks all for their work on this project.
66

77

8-
# Set [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/gopkg.in/fatih/set.v0) [![Build Status](http://img.shields.io/travis/fatih/set.svg?style=flat-square)](https://travis-ci.org/fatih/set)
8+
# Set [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/fatih/set) [![Build Status](http://img.shields.io/travis/fatih/set.svg?style=flat-square)](https://travis-ci.org/fatih/set)
99

1010
Set is a basic and simple, hash-based, **Set** data structure implementation
1111
in Go (Golang).
@@ -24,13 +24,13 @@ For usage see examples below or click on the godoc badge.
2424
Install the package with:
2525

2626
```bash
27-
go get gopkg.in/fatih/set.v0
27+
go get github.com/fatih/set
2828
```
2929

3030
Import it with:
3131

3232
```go
33-
import "gopkg.in/fatih/set.v0"
33+
import "githug.com/fatih/set"
3434
```
3535

3636
and use `set` as the package name inside the code.

0 commit comments

Comments
 (0)