1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-10-09 06:08:24 +00:00

test: discovered vet issue, masked by tags

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-12-07 16:26:04 -05:00
parent 812981d95d
commit 05a295f267
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 15 additions and 10 deletions

View file

@ -206,12 +206,10 @@ func unvisRune(dst *[]byte, r rune, s *state, flags VisFlag) error {
}
*s = stateGround
return unvisValid
default:
*s = stateGround
return unvisErrSynbad
}
return nil
*s = stateGround
return unvisErrSynbad
}
type state int