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 module name and support goimports local prefix #259

Merged
merged 4 commits into from
Sep 30, 2021

Commits on Sep 26, 2021

  1. go.mod: fix module and cleanup

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    22cc4cb View commit details
    Browse the repository at this point in the history
  2. all: replace import path to 'github.com/google/gnostic'

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    05ffbf4 View commit details
    Browse the repository at this point in the history
  3. all: run goimports

    $ goimports -w -local github.com/google/gnostic $(find . -type f -name '*.go' -not -iwholename '*vendor*' -not -name '*.pb.go')
    
    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7a88755 View commit details
    Browse the repository at this point in the history
  4. generate-gnostic: support goimports local prefix

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    1cca2a0 View commit details
    Browse the repository at this point in the history