Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 821 Bytes

Go For Android

An Android IDE for the Go programming language https://www.golang.org

Edit and Run Golang on your phone!

Features:

  • Syntax Highlighting
  • Autocomplete
  • Real-time Input/Output
  • Completely offline
  • Share your code

No advertisements or in-app purchases

Thanks to the contributors of these projects: Java-prettify, GoByExample and of course Golang

TODO:

  • Replace obsolete gocode autocompletion with gopls
  • Fix DNS resolution (currently hardcoded to 8.8.8.8)
  • Code refactor, separate display and application logic as much as possible