dive/runtime
Tobias Klauser 915e5ba8ab Remove unnecessary use of fmt.Sprintf
Fixes the following staticcheck error:

```
 ##[error]runtime/ui/view/layer.go:304:17: S1039: unnecessary use of fmt.Sprintf (gosimple)
			headerStr += fmt.Sprintf("\nLayer")
			             ^
```
2020-03-26 10:46:12 +01:00
..
ci add tests to cover runtime entrypoint 2019-10-09 14:49:59 -04:00
export add tests to cover runtime entrypoint 2019-10-09 14:49:59 -04:00
ui Remove unnecessary use of fmt.Sprintf 2020-03-26 10:46:12 +01:00
event.go add tests to cover runtime entrypoint 2019-10-09 14:49:59 -04:00
options.go add option to ignore image parsing errors; closes #258 2020-02-09 22:30:21 -05:00
run.go add option to ignore image parsing errors; closes #258 2020-02-09 22:30:21 -05:00
run_test.go add package install tests + basic execution of dive 2019-11-09 15:40:54 -05:00