Skip to content

Conversation

zchee
Copy link
Member

@zchee zchee commented May 13, 2019

Support Go Module.

As I said before, needs adding go.mod. Just added and fix travis test config.

@zchee zchee requested a review from justinmk May 13, 2019 13:26
@zchee zchee self-assigned this May 13, 2019
go.mod Outdated
@@ -0,0 +1,3 @@
module github.com/neovim/go-client

go 1.12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this in https://github.com/golang/go/wiki/Modules#example . Does this mean we require 1.12? Should it be 1.11 instead?

Do we need a require() section?

Copy link
Member Author

@zchee zchee May 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove go 1.12.

Do we need a require() section?

The require() section needs if this repo(package) depends on another third-party package.
neovim/go-client written in only Go standard package. In this case, we don't need a require section.

@justinmk justinmk changed the title Support Go mudule Support Go module May 16, 2019
@zchee
Copy link
Member Author

zchee commented May 16, 2019

@justinmk commented and rebased. PTAL.

@justinmk justinmk merged commit 5f096ae into master May 16, 2019
@justinmk justinmk deleted the module/init branch May 16, 2019 16:06
@zchee
Copy link
Member Author

zchee commented May 16, 2019

@justinmk I'll bump v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants