Advertisement
pcwizz

Untitled

Nov 30th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.35 KB | None | 0 0
  1. type Config struct {
  2.     WebRoot string
  3.     Domain string
  4.     Author Author
  5.     LocalRedirects []Redirect
  6.     ExternalRedirects []Redirect
  7.     Statics []struct {
  8.         PathIntertal string
  9.         PathExternal string
  10.     }  
  11.     Feeds []struct {
  12.         Root string
  13.         Path string
  14.         Excludes []string
  15.         Author Author
  16.     }  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement