diff options
| author | Shulhan <ms@kilabit.info> | 2018-08-02 13:43:49 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:13:01 +0700 |
| commit | f4f8733c395085c81fcb97d9aec7e293f191de9e (patch) | |
| tree | 538adcc0134f9915a52a21befdbf307ea387a409 /local.go | |
| parent | 9cfc40a5d25bdf57e692e05f86e03f943363b7d7 (diff) | |
| download | golang-id-tour-f4f8733c395085c81fcb97d9aec7e293f191de9e.tar.xz | |
Update repo link to use Go ID community
Diffstat (limited to 'local.go')
| -rw-r--r-- | local.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,9 +24,9 @@ import ( "golang.org/x/tools/playground/socket" // Imports so that go build/install automatically installs them. - _ "github.com/shuLhan/go-tour-id/pic" - _ "github.com/shuLhan/go-tour-id/tree" - _ "github.com/shuLhan/go-tour-id/wc" + _ "github.com/Go-ID-community/go-tour-id/pic" + _ "github.com/Go-ID-community/go-tour-id/tree" + _ "github.com/Go-ID-community/go-tour-id/wc" ) const ( |
