github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/cmd/dist/doc.go (about)

     1  // Copyright 2017 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  // DistはGoの配布をブートストラップ、ビルド、テストするのに役立ちます。
     6  //
     7  // 使用方法:
     8  //
     9  //	go tool dist [コマンド]
    10  //
    11  // コマンドは以下の通りです:
    12  //
    13  //	banner         インストールバナーを表示する
    14  //	bootstrap      すべてを再ビルドする
    15  //	clean          すべてのビルドファイルを削除する
    16  //	env [-p]       環境を表示する(-p:$PATHを含む)
    17  //	install [dir]  個々のディレクトリをインストールする
    18  //	list [-json]   サポートされているすべてのプラットフォームをリストする
    19  //	test [-h]      Goテストを実行する
    20  //	version        Goのバージョンを表示する
    21  package main