Sha256: 0ea8fc362c40e0b7915e71d747688d6ee8314dfedb0b58bd5aa1ab0fff8eeba9

Contents?: true

Size: 783 Bytes

Versions: 2

Compression:

Stored size: 783 Bytes

Contents

# Locusts

[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/locusts-r-us/locusts.svg)](https://pkg.go.dev/github.com/locusts-r-us/locusts)

## Description

Locusts is a library that provides a way to introduce locusts into your code.

Why would you want to do that? I don't know.

## Installation

```sh
go get github.com/locusts-r-us/locusts
```

## Example

```go
package main

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

func main() {
 locusts.IntroduceLocusts()
 // Locusts are now in your codebase!
}
```

## License

This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locusts-0.0.1 docs/Go.md
locusts-0.0.0 docs/Go.md