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:
parent
f27f0efddd
commit
a859e9410f
@ -2,8 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package arch provides basic constants and deals with machine architecture
|
// Package arch defines architecture-specific information and support functions.
|
||||||
// information wrapped in Arch.
|
|
||||||
package arch
|
package arch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user