import "golang/runtime" import "fmt" file "/tmp/mgmtinfo" { state => $const.res.file.state.exists, content => fmt.printf("Hi from mgmt! mgmt is running with %s; and GOROOT is %s.\n", runtime.version(), runtime.goroot()), }