Skip to content

Commit ecc451a

Browse files
committed
mv import path from go-curl/curl to go-curl
1 parent 966795b commit ecc451a

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Current Development Statue
2020
How to Install
2121
--------------
2222

23-
$ go get -u github.com/andelf/go-curl/curl
23+
$ go get -u github.com/andelf/go-curl
2424

2525
Current Status
2626
--------------
@@ -40,7 +40,7 @@ package main
4040

4141
import (
4242
"fmt"
43-
"github.com/andelf/go-curl/curl"
43+
curl "github.com/andelf/go-curl"
4444
)
4545

4646
func main() {
File renamed without changes.
File renamed without changes.
File renamed without changes.

curl/compat.h renamed to compat.h

File renamed without changes.

curl/const.go renamed to const.go

File renamed without changes.

curl/core.go renamed to core.go

File renamed without changes.

curl/easy.go renamed to easy.go

File renamed without changes.

curl/multi.go renamed to multi.go

File renamed without changes.

curl/share.go renamed to share.go

File renamed without changes.

0 commit comments

Comments
 (0)