bitmagnet/tools.go
mgdigital c16f76130c
Classifier rewrite (#213)
The classifier has been re-implemented and now uses a DSL allowing for full customisation. Several bugs have also been fixed.

- Closes https://github.com/bitmagnet-io/bitmagnet/issues/182
- Closes https://github.com/bitmagnet-io/bitmagnet/issues/70
- Closes https://github.com/bitmagnet-io/bitmagnet/issues/68
- Hopefully fixes https://github.com/bitmagnet-io/bitmagnet/issues/126
2024-04-21 16:24:10 +01:00

11 lines
191 B
Go

//go:build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/abice/go-enum"
_ "github.com/vektra/mockery/v2"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
)