mirror of
https://github.com/status-im/xgo.git
synced 2025-01-11 11:25:44 +00:00
Fix newline in printf.
This commit is contained in:
parent
0984039c12
commit
cf85eb906d
2
xgo.go
2
xgo.go
@ -35,7 +35,7 @@ func main() {
|
||||
log.Fatalf("Failed to retrieve the working directory: %v.", err)
|
||||
}
|
||||
// Cross compile the requested package into the local folder
|
||||
fmt.Printf("Cross compiling %s...", path)
|
||||
fmt.Printf("Cross compiling %s...\n", path)
|
||||
if err := run(exec.Command("docker", "run", "-v", pwd+":/build", container, path)); err != nil {
|
||||
log.Fatalf("Failed to cross compile package: %v.", err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user