Merge pull request #289 from abitrolly/patch-1
Require golang 1.10+ (closes #278)
This commit is contained in:
commit
8fe31e82ee
@ -116,7 +116,7 @@ or download the latest Darwin build from the [releases page](https://github.com/
|
||||
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_windows_amd64.zip).
|
||||
|
||||
**Go tools**
|
||||
Requires Go version 1.9 or higher.
|
||||
Requires Go version 1.10 or higher.
|
||||
|
||||
```bash
|
||||
go get github.com/wagoodman/dive
|
||||
|
@ -301,7 +301,7 @@ func (v *Layer) Render() error {
|
||||
width, _ := g.Size()
|
||||
if v.constrainedRealEstate {
|
||||
headerStr := format.RenderNoHeader(width, isSelected)
|
||||
headerStr += fmt.Sprintf("\nLayer")
|
||||
headerStr += "\nLayer"
|
||||
_, err := fmt.Fprintln(v.header, headerStr)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user