File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# tek
2
2
### A golang package to get tags of an article
3
3
----------------------------------------------
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 )
5
5
6
6
### Installation
7
- ` go get github.com/JesusIslam /tek `
7
+ ` go get github.com/didasy /tek `
8
8
9
9
### Dependencies
10
10
None
@@ -16,7 +16,7 @@ package main
16
16
import (
17
17
"fmt"
18
18
"io/ioutil"
19
- "github.com/JesusIslam /tek"
19
+ "github.com/didasy /tek"
20
20
)
21
21
22
22
func main() {
Original file line number Diff line number Diff line change 1
- module github.com/JesusIslam /tek
1
+ module github.com/didasy /tek
2
2
3
3
go 1.12
4
4
Original file line number Diff line number Diff line change 1
1
package tek_test
2
2
3
3
import (
4
- . "github.com/JesusIslam /tek"
4
+ . "github.com/didasy /tek"
5
5
6
6
. "github.com/onsi/ginkgo"
7
7
. "github.com/onsi/gomega"
You can’t perform that action at this time.
0 commit comments