Skip to content

Instantly share code, notes, and snippets.

@slamidtfyn
Last active October 29, 2020 10:16
Show Gist options
  • Save slamidtfyn/203e0d4e25fae11783cb1782bae85d93 to your computer and use it in GitHub Desktop.
Save slamidtfyn/203e0d4e25fae11783cb1782bae85d93 to your computer and use it in GitHub Desktop.
Go Code
package main
import "fmt"
func main() {
fmt.Println("GO CODE")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment