1
0
mirror of https://github.com/golang/go synced 2024-11-07 19:56:10 -07:00

Much more simple package definition

This commit is contained in:
Mario Arranz 2018-08-06 19:49:23 +01:00
parent f27f0efddd
commit a859e9410f

View File

@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package arch provides basic constants and deals with machine architecture
// information wrapped in Arch.
// Package arch defines architecture-specific information and support functions.
package arch
import (