|
|
|
|
|
|
10
|
|
10
|
|
|
11
|
* `go get github.com/heyLu/lp/go/linguaevalia`
|
11
|
* `go get github.com/heyLu/lp/go/linguaevalia`
|
|
12
|
* `$GOPATH/bin/linguaevalia`
|
12
|
* `$GOPATH/bin/linguaevalia`
|
|
13
|
* visit <http://localhost:8000> and start writing code
|
|
|
|
|
|
13
|
* visit <http://localhost:8000> and start writing code (press `ctrl-enter`
|
|
|
|
14
|
to run the code)
|
|
14
|
|
15
|
|
|
15
|
Essentially just need `go`, but to run code in other languages, you need
|
16
|
Essentially just need `go`, but to run code in other languages, you need
|
|
16
|
to have them installed as well.
|
17
|
to have them installed as well.
|