frank icon indicating copy to clipboard operation
frank copied to clipboard

Build fails request.go:322:15: undefined: x.MultipartFormDataFromFile

Open mtgxx opened this issue 6 years ago • 2 comments

go get fails:

$ go get github.com/txthinking/frank
# github.com/txthinking/frank
go/src/github.com/txthinking/frank/request.go:322:15: undefined: x.MultipartFormDataFromFile

MultipartFormDataFromFile ist missing because http.go is removed in https://github.com/txthinking/x/commit/8956479d309307bcd91c2ec89370118aef61abf7

mtgxx avatar Jun 13 '19 07:06 mtgxx

Thank you. I will fix it soon.

On Thu, Jun 13, 2019 at 3:17 PM mtgxx [email protected] wrote:

go get fails:

$ go get github.com/txthinking/frank

github.com/txthinking/frank

go/src/github.com/txthinking/frank/request.go:322:15 http://github.com/txthinking/frankgo/src/github.com/txthinking/frank/request.go:322:15: undefined: x.MultipartFormDataFromFile

MultipartFormDataFromFile ist missing because http.go is removed in txthinking/x@8956479 https://github.com/txthinking/x/commit/8956479d309307bcd91c2ec89370118aef61abf7

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/txthinking/frank/issues/6?email_source=notifications&email_token=AAJPFT7UZTB4IX6BNS6XI5DP2HYBNA5CNFSM4HXWTJU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZHQNNQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJPFT63XMNYFUBYUIM7FQ3P2HYBNANCNFSM4HXWTJUQ .

txthinking avatar Jun 13 '19 07:06 txthinking

Fixed

On Thu, Jun 13, 2019 at 3:26 PM Cloud [email protected] wrote:

Thank you. I will fix it soon.

On Thu, Jun 13, 2019 at 3:17 PM mtgxx [email protected] wrote:

go get fails:

$ go get github.com/txthinking/frank

github.com/txthinking/frank

go/src/github.com/txthinking/frank/request.go:322:15 http://github.com/txthinking/frankgo/src/github.com/txthinking/frank/request.go:322:15: undefined: x.MultipartFormDataFromFile

MultipartFormDataFromFile ist missing because http.go is removed in txthinking/x@8956479 https://github.com/txthinking/x/commit/8956479d309307bcd91c2ec89370118aef61abf7

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/txthinking/frank/issues/6?email_source=notifications&email_token=AAJPFT7UZTB4IX6BNS6XI5DP2HYBNA5CNFSM4HXWTJU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZHQNNQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJPFT63XMNYFUBYUIM7FQ3P2HYBNANCNFSM4HXWTJUQ .

txthinking avatar Jun 13 '19 08:06 txthinking