Now you can start writing your own go code with auto-completion using Atom and Gulp:
package main import ( "fmt" "mypackage" ) func main() { println("4! = ", mypackage.Factorial(4)) }