Skip to content

Commit

Permalink
Develop (#9)
Browse files Browse the repository at this point in the history
* Create main.go

* Update main.go
  • Loading branch information
JeremyTangCD authored and Jeff committed Apr 25, 2019
1 parent 1bb7b5a commit e112349
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package main

import "fmt"
func main() {
fmt.Println("The go sdk of logicmonitor")
}

0 comments on commit e112349

Please sign in to comment.