2024-03-11 17:40:26 +01:00

7 lines
85 B
Go

package main
import (
_ "example.com/foo/bar/test"
_ "example.org/foo/bar/test"
)