Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer this package under github.com/go-chi org #4

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if debugMode {

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

# License
[MIT license](./LICENSE)
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golang-cz/transport
module github.com/go-chi/transport

go 1.21.1
go 1.14

require moul.io/http2curl/v2 v2.3.0

Expand Down
2 changes: 1 addition & 1 deletion setHeaderFunc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/golang-cz/transport"
"github.com/go-chi/transport"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion setHeader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
"time"

"github.com/golang-cz/transport"
"github.com/go-chi/transport"
)

func TestSetHeader(t *testing.T) {
Expand Down
Loading