Formatting

This commit is contained in:
Chris Bednarski 2015-07-16 19:34:36 -07:00
parent 2f5f6c159b
commit f3f3d1fe73
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ type Config struct {
LoginPassword string `mapstructure:"login_password"`
LoginServer string `mapstructure:"login_server"`
Pty bool
ctx interpolate.Context
}