Home

Awesome

Strukture IDE

Build Status GoDoc Test Coverage Maintainability FOSSA Status

About IDE

Just a Go IDE. It features :

Requirements

First Launch

If the server launch hangs on startup, close it and install the additional requirements manually. Prior to running the commands, set your GOPATH to $home/workspace. You can do this on Windows with set GOPATH=%USERPROFILE%\workspace. Run the following command :

go get github.com/mdempsky/gocode

To add debug support, you must install delve. You can find the guide here. (Don't worry it is quick) Install Delve

Install

	$ go install github.com/thestrukture/IDE@latest

How to run

	$ IDE
	

Run as a server

	$ IDE --headless

Bug reports & questions :

Please create a new issue on Github to report a bug.

How to use the strukture

Debug with the strukture

License

FOSSA Status