File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ server handling and examples of each.
9
9
## Installation
10
10
11
11
``` #!bash
12
- $ go get git.mills.io/prologic /go-gopher
12
+ $ go get github.com/writefreely /go-gopher
13
13
```
14
14
15
15
## Usage
16
16
17
17
``` #!go
18
- import "git.mills.io/prologic /go-gopher"
18
+ import "github.com/writefreely /go-gopher"
19
19
```
20
20
21
21
## Example
@@ -28,7 +28,7 @@ package main
28
28
import (
29
29
"fmt"
30
30
31
- "git.mills.io/prologic /go-gopher"
31
+ "github.com/writefreely /go-gopher"
32
32
)
33
33
34
34
func main() {
@@ -46,7 +46,7 @@ package main
46
46
import (
47
47
"log"
48
48
49
- "git.mills.io/prologic /go-gopher"
49
+ "github.com/writefreely /go-gopher"
50
50
)
51
51
52
52
func hello(w gopher.ResponseWriter, r *gopher.Request) {
Original file line number Diff line number Diff line change 1
- module git.mills.io/prologic /go-gopher
1
+ module github.com/writefreely /go-gopher
2
2
3
3
require (
4
4
github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/stretchr/testify/assert"
12
12
"github.com/stretchr/testify/require"
13
13
14
- "git.mills.io/prologic /go-gopher"
14
+ "github.com/writefreely /go-gopher"
15
15
)
16
16
17
17
var (
You can’t perform that action at this time.
0 commit comments