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