github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/cmd/internal/metadata/main.go (about)

     1  // Copyright 2022 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Metadata prints basic system metadata to include in test logs. This is
     6  // separate from cmd/dist so it does not need to build with the bootstrap
     7  // toolchain.
     8  
     9  // This program is only used by cmd/dist. Add an "ignore" build tag so it
    10  // is not installed. cmd/dist does "go run main.go" directly.
    11  
    12  //go:build ignore
    13  
    14  package main