Files
goreportcard/handlers/grc.go
2021-04-24 19:00:57 +09:00

9 lines
156 B
Go

package handlers
import "net/http"
// GRCHandler contains fields shared among the different handlers
type GRCHandler struct {
AssetsFS http.FileSystem
}