選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

9 行
280 B

  1. {{define "Head"}}<title>Standard Packages - GoDoc</title><meta name="robots" content="NOINDEX">{{end}}
  2. {{define "Body"}}
  3. <h1>Go Standard Packages</h1>
  4. {{template "Pkgs" .pkgs}}
  5. <p>View the official documentation at <a href="http://golang.org/pkg/">golang.org</a>.
  6. {{end}}