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: b42351f15f5323627adc8c069f7f6cceb5718de0 (plain)
1
2
3
4
5
package staticpages

type Static struct {
	DocumentRoot string
}