Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn user for using the v1 version. #1772

Merged
merged 2 commits into from Mar 26, 2020
Merged

Warn user for using the v1 version. #1772

merged 2 commits into from Mar 26, 2020

Conversation

Jorropo
Copy link
Collaborator

@Jorropo Jorropo commented Mar 26, 2020

Fixes #1754.5 :

$ go build .
# berty.tech/core/cmd/berty
./warning.go:3:3: warning: #warning This version is outdated please use github.com/berty/berty/v2 instead. [-Wcpp]
    3 | // #warning This version is outdated please use github.com/berty/berty/v2 instead.
      |   ^~~~~~~

It may be placed elsewhere in the repo (I would suggest to move it in the entry point of the lib) so user using go mod would also get the warn but I'm not sure of where it is.

@Jorropo Jorropo requested a review from a team as a code owner March 26, 2020 03:09
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.

None yet

3 participants