aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Arranz <marioarranzr@gmail.com>2018-08-06 18:50:41 +0000
committerIan Lance Taylor <iant@golang.org>2018-08-06 21:16:18 +0000
commit6d0f757bb9a9e9caa6ed0356ab43e7705c3e2015 (patch)
treeeb86352af0bbbafdd47be479f41f12bde4120424
parent8cc7540ecb592e8f9fdb429c3c7f5ede9548dfca (diff)
downloadgo-6d0f757bb9a9e9caa6ed0356ab43e7705c3e2015.tar.gz
go-6d0f757bb9a9e9caa6ed0356ab43e7705c3e2015.zip
cmd/asm/internal/arch: add package definition
The package arch didn't have a definition as you can see in https://tip.golang.org/pkg/cmd/asm/internal/arch/ Change-Id: I07653b396393a75c445d04dbae5e22e90a0d5133 GitHub-Last-Rev: a859e9410f38073853687b933f53eb6570af3216 GitHub-Pull-Request: golang/go#26817 Reviewed-on: https://go-review.googlesource.com/127929 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--src/cmd/asm/internal/arch/arch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/asm/internal/arch/arch.go b/src/cmd/asm/internal/arch/arch.go
index 0e4d63744b..ecea6ba97d 100644
--- a/src/cmd/asm/internal/arch/arch.go
+++ b/src/cmd/asm/internal/arch/arch.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Package arch defines architecture-specific information and support functions.
package arch
import (