Quick actions

cmd+k|ctrl+k

Navigation

Languages

Go multifile

Snippet info

Language

Go

Visibility

public

Author

petter

Created

2015-04-25T08:55:33Z

Updated

2015-08-07T23:02:17Z

package main

import (
    "fmt"
    "./foo"
)

func main() {
    fmt.Println("foo: " + foo.Foo())
}
INFO