fmt := import("fmt") dogs := import("./tests/dogs") dog := dogs.new("check") fmt.println(dog)