gore

Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.

MIT License

Stars
5.1K
Committers
22

Bot releases are visible (Hide)

gore - Release v0.5.7 Latest Release

Published by github-actions[bot] about 1 year ago

  • Dependency updates
  • Release built artifacts
gore - Release v0.5.6

Published by itchyny almost 2 years ago

  • Dependency updates and other miscellaneous linter fixes
gore - Release v0.5.5

Published by itchyny over 2 years ago

  • Support struct method declaration
gore - Release v0.5.4

Published by itchyny over 2 years ago

  • Support Go 1.18
gore - Release v0.5.3

Published by itchyny about 3 years ago

  • Migrate repository to x-motemen organization
  • Bump up minimum required version of Go to 1.16
gore - Release v0.5.2

Published by itchyny almost 4 years ago

  • Miscellaneous fixes
  • Library updates
gore - Release v0.5.1

Published by itchyny almost 4 years ago

  • Migrate CI to GitHub Actions.
  • Fix :type and :doc for -context (#149)
  • Add Dockerfile
  • Fix -autoimport flag by go get -d modules for Go 1.16
gore - Release v0.5.0

Published by itchyny almost 5 years ago

  • Go modules support
    • Import candidates are completed based on the current working directory.
    • Source code are downloaded automatically and you don't need to go get anymore.