7 lines
83 B
Go
7 lines
83 B
Go
package version
|
|
|
|
import "fmt"
|
|
|
|
func main () {
|
|
fmt.Println("version is here")
|
|
}
|