2019-08-14 15:25:47 -06:00
|
|
|
package unimported
|
|
|
|
|
|
|
|
func _() {
|
2019-10-30 14:59:29 -06:00
|
|
|
//@unimported("", bytes, context, cryptoslashrand, time, unsafe, externalpackage)
|
2019-11-01 11:50:21 -06:00
|
|
|
bytes. //@unimported(" /", bytesbuffer)
|
2019-08-14 15:25:47 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
// Create markers for unimported std lib packages. Only for use by this test.
|
|
|
|
/* bytes */ //@item(bytes, "bytes", "\"bytes\"", "package")
|
|
|
|
/* context */ //@item(context, "context", "\"context\"", "package")
|
|
|
|
/* rand */ //@item(cryptoslashrand, "rand", "\"crypto/rand\"", "package")
|
2019-10-04 13:38:18 -06:00
|
|
|
/* time */ //@item(time, "time", "\"time\"", "package")
|
2019-10-30 14:59:29 -06:00
|
|
|
/* unsafe */ //@item(unsafe, "unsafe", "\"unsafe\"", "package")
|
|
|
|
/* pkg */ //@item(externalpackage, "pkg", "\"example.com/extramodule/pkg\"", "package" )
|
2019-11-01 11:50:21 -06:00
|
|
|
|
|
|
|
/* bytes.Buffer */ //@item(bytesbuffer, "Buffer", "(from \"bytes\")", "var" )
|