mirror of
https://github.com/golang/go
synced 2024-11-07 17:36:11 -07:00
Much more simple package definition
This commit is contained in:
parent
f27f0efddd
commit
a859e9410f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user