25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

9 satır
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}}