SkillAgentSearch skills...

Igo

A simple interactive Go interpreter built on go-eval with some readline-like refinements

Install / Use

/learn @sbinet/Igo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

igo

A simple interactive Go interpreter built on go-eval with some readline-like refinements

Example

$ igo
igo> func f() { println("hello world") }
igo> f()
hello world
igo> type Foo struct {
...   A int
...  }
...  
igo> foo := Foo{A:32}
igo> foo
{32}
igo> foo.A
32

Documentation

http://godoc.org/github.com/sbinet/igo

TODO

  • implement code completion

    • with gocode ?
  • code colorization ?

  • see TODOs of go-eval

Related Skills

View on GitHub
GitHub Stars652
CategoryDevelopment
Updated1mo ago
Forks73

Languages

Go

Security Score

80/100

Audited on Feb 14, 2026

No findings