]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use strings.Contains instead of strings.Index
authorcuiweixie <cuiweixie@gmail.com>
Wed, 28 Sep 2022 13:32:34 +0000 (21:32 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 29 Sep 2022 09:05:02 +0000 (09:05 +0000)
commit50cc2238fb4393901e5b62af3bef972c14c79a27
tree6aaf02acdbfca6e1a592cd3a4819b1243e502abb
parent09daf313b255b84e1a8e5323a4b40c1099b7ceb0
cmd/cgo: use strings.Contains instead of strings.Index

Change-Id: Iaa623dae50ccae36ad44af25899c6453b6108046
Reviewed-on: https://go-review.googlesource.com/c/go/+/435944
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
src/cmd/cgo/out.go