28ee83e1ea
This is for aligning with Golang CTI proposed proposed in https://review.openstack.org/410355. Change-Id: I04c25e8bde1bcb6c17b12284b67eb3e9953d94fe Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
8 lines
80 B
Go
8 lines
80 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello from stackube")
|
|
}
|