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

Fix Go module build #246

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix Go module build #246

wants to merge 3 commits into from

Commits on Jun 27, 2019

  1. all: fix Go module build

    fhs committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    2c021bb View commit details
    Browse the repository at this point in the history
  2. all: fix gofmt test for latest Go release

    The gofmt output has changed since Go 1.11.
    The test now passes for Go 1.11, 1.12, and master,
    but fails for Go 1.10.
    fhs committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    66ad58e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8cafc1 View commit details
    Browse the repository at this point in the history