]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/fsys: rewrite non-idiomatic if statements
authorRuss Cox <rsc@golang.org>
Fri, 23 Oct 2020 00:55:38 +0000 (20:55 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 26 Oct 2020 16:58:50 +0000 (16:58 +0000)
commita8e2966eb01f175c330f6669f838e83af2cb73e3
tree6eca641bc10c99bf3d5e0bdfa5cd22360515520b
parent532c199ee56cdbc2cfd12da1c1cfb3359b122c7c
cmd/go/internal/fsys: rewrite non-idiomatic if statements

https://golang.org/doc/effective_go.html#if

Change-Id: I4d868e05c7827638f45b3b06d8762f5a298d56f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/264537
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/fsys/fsys.go