7 lines
85 B
Go
7 lines
85 B
Go
package main
|
|
|
|
import (
|
|
_ "example.com/foo/bar/test"
|
|
_ "example.org/foo/bar/test"
|
|
)
|