Skip to content

Iris Tensorflow example #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 5, 2019
Prev Previous commit
Next Next commit
test
  • Loading branch information
1vn committed Jul 5, 2019
commit 226349e665fb838eeaaeebb6c30669bbf1d71fc5
2 changes: 1 addition & 1 deletion pkg/lib/configreader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func ReadInterfaceMapValue(name string, interMap map[string]interface{}) (interf
// Prompt
//

var ui = &input.UI{
var ui *input.UI = &input.UI{
Writer: os.Stdout,
Reader: os.Stdin,
}
Expand Down