Change path to code.as/writefreely/go-gopher
This commit is contained in:
parent
72e36e5710
commit
8429778966
@ -9,13 +9,13 @@ server handling and examples of each.
|
||||
## Installation
|
||||
|
||||
```#!bash
|
||||
$ go get git.mills.io/prologic/go-gopher
|
||||
$ go get code.as/writefreely/go-gopher
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```#!go
|
||||
import "git.mills.io/prologic/go-gopher"
|
||||
import "code.as/writefreely/go-gopher"
|
||||
```
|
||||
|
||||
## Example
|
||||
@ -28,7 +28,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.mills.io/prologic/go-gopher"
|
||||
"code.as/writefreely/go-gopher"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@ -46,7 +46,7 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"git.mills.io/prologic/go-gopher"
|
||||
"code.as/writefreely/go-gopher"
|
||||
)
|
||||
|
||||
func hello(w gopher.ResponseWriter, r *gopher.Request) {
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module git.mills.io/prologic/go-gopher
|
||||
module code.as/writefreely/go-gopher
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"git.mills.io/prologic/go-gopher"
|
||||
"code.as/writefreely/go-gopher"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user