Welcome to mirror list, hosted at ThFree Co, Russian Federation.

static.go « staticpages « internal « workhorse - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b804e4d6448f38b24a9d802de148e92f0a7b6ff (plain)
1
2
3
4
5
6
package staticpages

type Static struct {
	DocumentRoot string
	Exclude      []string
}