// Attributes contains the CSR attributes that can parse as
// pkix.AttributeTypeAndValueSET.
//
- // Deprecated: use Extensions and ExtraExtensions instead for parsing and
+ // Deprecated: Use Extensions and ExtraExtensions instead for parsing and
// generating the requestedExtensions attribute.
Attributes []pkix.AttributeTypeAndValueSET
// For calls ForCompiler with a new FileSet.
//
-// Deprecated: use ForCompiler, which populates a FileSet
+// Deprecated: Use ForCompiler, which populates a FileSet
// with the positions of objects created by the importer.
func For(compiler string, lookup Lookup) types.Importer {
return ForCompiler(token.NewFileSet(), compiler, lookup)
// The details of generating that format have changed,
// so this functionality has been removed.
//
-// Deprecated: use the runtime/pprof package,
+// Deprecated: Use the runtime/pprof package,
// or the handlers in the net/http/pprof package,
// or the testing package's -test.cpuprofile flag instead.
func CPUProfile() []byte {