aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.go
blob: 957d61a8eb4c061eacf4617e120ad478408fd341 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// This exists purely to build the Docker container.
package main

import (
	"github.com/locusts-r-us/locusts"
)

func main() {
	locusts.IntroduceLocusts()
}