Files
ucan/internal/tools/tools.go
2024-09-09 08:49:35 -04:00

8 lines
84 B
Go

//go:build tools
package tools
import (
_ "github.com/launchdarkly/go-options"
)