Skip to content

Commit 6c51581

Browse files
authored
Merge pull request #4 from go-chi/transfer
Transfer this package under github.com/go-chi org
2 parents bca3270 + 4ea7637 commit 6c51581

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 golang.cz
3+
Copyright (c) 2023-Present golang.cz, https://github.com/go-chi authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if debugMode {
3232

3333
# Authors
3434
- [Golang.cz](https://golang.cz/)
35-
- See [list of contributors](https://github.com/golang-cz/transport/graphs/contributors).
35+
- See [list of contributors](https://github.com/go-chi/transport/graphs/contributors).
3636

3737
# License
3838
[MIT license](./LICENSE)

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module github.com/golang-cz/transport
1+
module github.com/go-chi/transport
22

3-
go 1.21.1
3+
go 1.14
44

55
require moul.io/http2curl/v2 v2.3.0
66

Diff for: setHeaderFunc_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"testing"
1111
"time"
1212

13-
"github.com/golang-cz/transport"
13+
"github.com/go-chi/transport"
1414
"golang.org/x/sync/errgroup"
1515
)
1616

Diff for: setHeader_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/golang-cz/transport"
11+
"github.com/go-chi/transport"
1212
)
1313

1414
func TestSetHeader(t *testing.T) {

0 commit comments

Comments
 (0)