Skip to content

Commit

Permalink
Add initial main.go
Browse files Browse the repository at this point in the history
- Initial entrypoint added to the application
  • Loading branch information
oshalygin committed Sep 17, 2017
1 parent 669591f commit e24ef57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"fmt"
)

func main() {
fmt.Println("The start of something great")
}

0 comments on commit e24ef57

Please sign in to comment.