Skip to content

Release v1.0.32

Compare
Choose a tag to compare
@xushiwei xushiwei released this 01 Dec 02:03
· 2311 commits to main since this release
007ab51

new features:

  • gop/env
  • gop/x/mod
  • gop/x/gopmod (in beta stage)
  • add gop env command
  • support gop.mod (in beta stage)
  • gop run <file> don't need add goplus standard packages into gop.mod
  • add all.bat for windows installation

changes:

  • cl: class file check filed spec type and value
  • install: remove local link of gop, install go+ commands into ./bin of pwd
  • cmd/gop run: outFile append .exe in windows, genGomodFile: use relpath in windows
  • fix some testcases in windows
  • fix github workflow
  • fix gopstmt test case (gop/x/mod/modfile)