Skip to content

Instantly share code, notes, and snippets.

@umayr
Created January 2, 2017 21:33
Show Gist options
  • Select an option

  • Save umayr/15d8924569b9a55b8a31096df6b79188 to your computer and use it in GitHub Desktop.

Select an option

Save umayr/15d8924569b9a55b8a31096df6b79188 to your computer and use it in GitHub Desktop.

Revisions

  1. Umayr Shahid created this gist Jan 2, 2017.
    7 changes: 7 additions & 0 deletions foo.go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    package Foo

    import "fmt"

    func Fn() {
    fmt.Printf("foo")
    }