(func(string) string)
| 81 | } |
| 82 | |
| 83 | func (ui *stdUI) SetAutoComplete(func(string) string) { |
| 84 | } |
| 85 | |
| 86 | func (ui *stdUI) fprint(f *os.File, args []interface{}) { |
| 87 | text := fmt.Sprint(args...) |
nothing calls this directly
no outgoing calls
no test coverage detected