Skip to content

Commit

Permalink
add pkg.go.dev style links
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 29, 2023
1 parent d628fa7 commit ffb34a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Deprecated: package import moved to fortio.org/multicurl for 1.14 onward.
// Deprecated: package import moved to [fortio.org/multicurl] for 1.14 onward.
module github.com/fortio/multicurl

go 1.18
Expand Down
1 change: 1 addition & 0 deletions mc/mc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

// Multicurl package is a library for the multicurl tool to fetch a url from all its IPs.
//
// Deprecated: package import moved to [fortio.org/multicurl/mc] for 1.14 onward.
package mc

Expand Down

0 comments on commit ffb34a5

Please sign in to comment.