Skip to content

Instantly share code, notes, and snippets.

@CodeFuentes
Created July 21, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeFuentes/eaaccb0bede87531dcba7f013400e80a to your computer and use it in GitHub Desktop.
Save CodeFuentes/eaaccb0bede87531dcba7f013400e80a to your computer and use it in GitHub Desktop.
Test golang gist for BEON
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, BEON")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment