1 2 3 4 5 6 7 8 9 10 11 12 13 14
package main import ( "fmt" _ "github.com/dimfeld/httptreemux/v5" _ "github.com/go-logfmt/logfmt" _ "github.com/google/uuid" _ "github.com/stretchr/testify" _ "golang.org/x/oauth2" ) func main() { fmt.Println("Hello, World!") }