1 // +build tools 2 3 package fosite 4 5 import ( 6 _ "github.com/mattn/goveralls" 7 8 _ "github.com/ory/go-acc" 9 ) 10
View as plain text