Skip to content

Release v1.0.36

Compare
Choose a tag to compare
@xushiwei xushiwei released this 08 Dec 08:46
· 52 commits to v1.0 since this release
d1a8582

new features:

  • gop/x/format:
    • Replace fmt.Print to builtin
    • Command style first
    • pkg.Fncall starting with lowercase

changes:

  • add: link Go+ build assets into Go bin path
  • parser: add parser/_testdata/mapfunc
  • gop fmt -mvgo: only process .go files
  • golang.org/x/tools v0.1.8
  • fix: link gop build assets now work on Windows
  • fix: reference gop command from gopBinFiles
  • support fmt.print => print
  • compileIdent: print/println as func (#1048)
  • disable pkg.var/const; disable auto property of pkg.println