Skip to content

Commit

Permalink
changed the module name to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
svtd committed Jun 25, 2021
1 parent 9a769bc commit 241ba00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
sudo: false
go_import_path: github.com/go-session/session
go_import_path: github.com/screeningeagledreamlab/go-session
go:
- 1.13
before_install:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Download and install

```bash
$ go get -v github.com/go-session/session
$ go get -v github.com/screeningeagledreamlab/go-session
```

### Create file `server.go`
Expand All @@ -22,7 +22,7 @@ import (
"fmt"
"net/http"

"github.com/go-session/session"
"github.com/screeningeagledreamlab/go-session"
)

func main() {
Expand Down Expand Up @@ -108,9 +108,9 @@ $ ./server
[Build-Status-Image]: https://travis-ci.org/go-session/session.svg?branch=master
[codecov-url]: https://codecov.io/gh/go-session/session
[codecov-image]: https://codecov.io/gh/go-session/session/branch/master/graph/badge.svg
[reportcard-url]: https://goreportcard.com/report/github.com/go-session/session
[reportcard-image]: https://goreportcard.com/badge/github.com/go-session/session
[godoc-url]: https://godoc.org/github.com/go-session/session
[godoc-image]: https://godoc.org/github.com/go-session/session?status.svg
[reportcard-url]: https://goreportcard.com/report/github.com/screeningeagledreamlab/go-session
[reportcard-image]: https://goreportcard.com/badge/github.com/screeningeagledreamlab/go-session
[godoc-url]: https://godoc.org/github.com/screeningeagledreamlab/go-session
[godoc-image]: https://godoc.org/github.com/screeningeagledreamlab/go-session?status.svg
[license-url]: http://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/npm/l/express.svg
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Example:
"fmt"
"net/http"
"github.com/go-session/session"
"github.com/screeningeagledreamlab/go-session"
)
func main() {
Expand Down Expand Up @@ -55,6 +55,6 @@ Open in your web browser at http://localhost:8080
Output:
foo:bar
Learn more at https://github.com/go-session/session
Learn more at https://github.com/screeningeagledreamlab/go-session
*/
package session
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-session/session
module github.com/screeningeagledreamlab/go-session

go 1.14

Expand Down

0 comments on commit 241ba00

Please sign in to comment.