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

Move to Go modules #338

Merged
merged 5 commits into from
Jul 27, 2020
Merged

Move to Go modules #338

merged 5 commits into from
Jul 27, 2020

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    a6019ec View commit details
    Browse the repository at this point in the history
  2. interfacer/contrib: remove dep usage.

    No longer needed due to the move to Go modules.
    ericonr committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    27083b8 View commit details
    Browse the repository at this point in the history
  3. Move src/main.go to cmd/browsh/main.go.

    Allows installation with `go install ./cmd/browsh`, no need to specify
    output.
    ericonr committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    849fd83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ce28d8 View commit details
    Browse the repository at this point in the history
  5. setup_linux_build_env: clean up and update.

    - Remove references to dep and GOPATH
    - Use code blocks for commands
    - Update for new build instructions
    ericonr committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    e102fd3 View commit details
    Browse the repository at this point in the history