1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:44:42 -07:00

go/analysis: fix package doc copy-paste typo

Change-Id: I17495106c76bbf270f621abe2eca367ed818a79b
Reviewed-on: https://go-review.googlesource.com/c/156500
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Daniel Martí 2019-01-07 16:24:50 +01:00
parent d345f29b0d
commit e063def13b

View File

@ -1,4 +1,4 @@
// The nilness command applies the golang.org/x/tools/go/analysis/passes/lostcancel
// The lostcancel command applies the golang.org/x/tools/go/analysis/passes/lostcancel
// analysis to the specified packages of Go source code.
package main