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

[WIP] Fix/add update gomod #137

Closed
wants to merge 7 commits into from

Commits on Dec 18, 2018

  1. Add package.json back

    mhchia committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    27c71e7 View commit details
    Browse the repository at this point in the history
  2. Add the first version of script update-gomod.py

    TODO:
    - Ensure modules are truely downloaded before executing `update-gomod`
    - Stop after any failure downloads
    mhchia committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    fa8a280 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Refactor to smaller functions

    Besides, Add Exceptions
    mhchia committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bfa4d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32550d4 View commit details
    Browse the repository at this point in the history
  3. Segragate the function into update and download

    To save time. Besides, refactor a lot
    mhchia committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3d874cb View commit details
    Browse the repository at this point in the history
  4. Add CLI and comply with flake8

    mhchia committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    791a6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Fix bug in update-gomod.py

    - extract_gx_path is fixed
    - update package.json
    mhchia committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    74221de View commit details
    Browse the repository at this point in the history