We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ada8d commit bb57823Copy full SHA for bb57823
cpuinfo_loong64.go
@@ -11,8 +11,8 @@
11
// See the License for the specific language governing permissions and
12
// limitations under the License.
13
14
-//go:build linux
15
-// +build linux
+//go:build linux && loong64
+// +build linux,loong64
16
17
package procfs
18
cpuinfo_s390x.go
+//go:build linux && s390x
+// +build linux,s390x
0 commit comments