blob: 3c7204a01b689f40273a6f45359029ffb7d06d3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Package locusts is a completely normal Go library.
package locusts
// IntroduceLocusts is a function that introduces locusts into your codebase.
//
// Note that locusts are not included with this package, you must provide your own.
func IntroduceLocusts() {
return
}
|