diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-02-11 18:13:34 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-11 18:13:34 +0100 |
| commit | a39e52b1cd39d5d3b80a8a379554461a4b31fbc8 (patch) | |
| tree | 255cb3f2a7b8b4d002fba237df17ff76349f9f9d /pkg/build | |
| parent | 13f1d0047ae34d1cd02d89c52a1bd6a0a02b497e (diff) | |
all: reformat with Go 1.10
Diffstat (limited to 'pkg/build')
| -rw-r--r-- | pkg/build/akaros.go | 4 | ||||
| -rw-r--r-- | pkg/build/fuchsia.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkg/build/akaros.go b/pkg/build/akaros.go index cbc46326c..60750028f 100644 --- a/pkg/build/akaros.go +++ b/pkg/build/akaros.go @@ -86,8 +86,8 @@ bash return fmt.Errorf("failed to write image file: %v", err) } for src, dst := range map[string]string{ - ".config": "kernel.config", - "key": "key", + ".config": "kernel.config", + "key": "key", "obj/kern/akaros-kernel": "kernel", "obj/kern/akaros-kernel-64b": "obj/akaros-kernel-64b", } { diff --git a/pkg/build/fuchsia.go b/pkg/build/fuchsia.go index bb8b624a9..1f30887b0 100644 --- a/pkg/build/fuchsia.go +++ b/pkg/build/fuchsia.go @@ -28,7 +28,7 @@ func (fu fuchsia) build(targetArch, vmType, kernelDir, outputDir, compiler, user } for src, dst := range map[string]string{ "out/" + arch + "/obj/build/images/fvm.blk": "image", - ".ssh/pkey": "key", + ".ssh/pkey": "key", "out/build-zircon/build-" + arch + "/zircon.elf": "obj/zircon.elf", "out/build-zircon/build-" + arch + "/multiboot.bin": "kernel", "out/" + arch + "/fuchsia.zbi": "initrd", |
