Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Dec 31, 2018
0 parents commit 3afdd5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions p1/p1.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package p1

import "fmt"

func PrintStatus() {
fmt.Printf("In package p1\n")
}

0 comments on commit 3afdd5b

Please sign in to comment.