We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f079f4 commit 74919b6Copy full SHA for 74919b6
main.go
@@ -36,7 +36,7 @@ func GetDockerConfiguration() (*DockerConfiguration, error) {
36
}
37
38
func main() {
39
- fmt.Println("hello")
+
40
dockerConfiguration, err := GetDockerConfiguration()
41
if err != nil {
42
fmt.Println("error in getting docker configuration", "err", err.Error())
0 commit comments