Skip to content

Commit 728ce6c

Browse files
committed
repo name
1 parent a52a602 commit 728ce6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# tek
22
### A golang package to get tags of an article
33
----------------------------------------------
4-
[![GoDoc](https://godoc.org/github.com/JesusIslam/tek?status.svg)](https://godoc.org/github.com/JesusIslam/tek)
4+
[![GoDoc](https://godoc.org/github.com/didasy/tek?status.svg)](https://godoc.org/github.com/didasy/tek)
55

66
### Installation
7-
`go get github.com/JesusIslam/tek`
7+
`go get github.com/didasy/tek`
88

99
### Dependencies
1010
None
@@ -16,7 +16,7 @@ package main
1616
import (
1717
"fmt"
1818
"io/ioutil"
19-
"github.com/JesusIslam/tek"
19+
"github.com/didasy/tek"
2020
)
2121
2222
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/JesusIslam/tek
1+
module github.com/didasy/tek
22

33
go 1.12
44

tek_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tek_test
22

33
import (
4-
. "github.com/JesusIslam/tek"
4+
. "github.com/didasy/tek"
55

66
. "github.com/onsi/ginkgo"
77
. "github.com/onsi/gomega"

0 commit comments

Comments
 (0)