]> Cypherpunks.ru repositories - gostls13.git/commit
go/build/constraint: fix splitPlusBuild func doc comment
authorAlberto Donizetti <alb.donizetti@gmail.com>
Tue, 23 Feb 2021 14:05:33 +0000 (15:05 +0100)
committerRuss Cox <rsc@golang.org>
Tue, 23 Feb 2021 16:48:00 +0000 (16:48 +0000)
commit5e94fe931613111c170e4798131790b3db2bbe90
treef5b5b0ab732f51c688d9b318a74ffca1fed393cf
parent55d7dcc3cd4b3ee6bca0ab7101866d785776ff51
go/build/constraint: fix splitPlusBuild func doc comment

Noticed while reading the code of the new package; likely a copy-paste
from the splitGoBuild function, which is almost identical.

Change-Id: I869272123708d25d237a4f0445f8e853865747f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/295469
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/go/build/constraint/expr.go