Skip to content

Commit

Permalink
Change Go example to simple hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Sep 12, 2018
1 parent 9dc4112 commit 326a0cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/go-simple/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ package main

import (
"fmt"
"os"
)

func main() {
fmt.Printf("Args: %v", os.Args)
fmt.Println("Hello, World!")
}

0 comments on commit 326a0cd

Please sign in to comment.