12 lines
343 B
Go
12 lines
343 B
Go
|
|
//go:build !windows
|
||
|
|
// +build !windows
|
||
|
|
|
||
|
|
//go:generate go run ../../../tools/generate_plugindata/main.go
|
||
|
|
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
|
||
|
|
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
|
||
|
|
package varnish
|
||
|
|
|
||
|
|
func (s *Varnish) SampleConfig() string {
|
||
|
|
return `{{ .SampleConfig }}`
|
||
|
|
}
|