11 lines
144 B
Go
11 lines
144 B
Go
|
|
package sitebuilder
|
||
|
|
|
||
|
|
type buildContext struct {
|
||
|
|
outDir string
|
||
|
|
}
|
||
|
|
|
||
|
|
type feedOptions struct {
|
||
|
|
targetNamePrefix string
|
||
|
|
titlePrefix string
|
||
|
|
}
|