hkpeaks commented on issue #35688: URL: https://github.com/apache/arrow/issues/35688#issuecomment-1558893695
I plan to open source the steaming model of csv and reserve only databending source code as proprietary. I have less than half year in Go development. Prior to using Go, I use C#. C# allows to build dll for class library. Today I try to do the same thing with Go, fail to do so. Then I see below doc:- "When compiling multiple packages or a single non-main package, build compiles the packages but discards the resulting object, serving only as a check that the packages can be built." And see https://github.com/golang/go/issues/28152 "cmd/go: drop support for binary-only packages". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
