Skip to content

Commit fcc014d

Browse files
committed
cmd/digraph: fix package doc
The copyright statement is leaked to the package doc. Change-Id: Iace97037f3bf97ab7a4a1ad64ddcc86f56b4431f Reviewed-on: https://go-review.googlesource.com/c/tools/+/752200 Reviewed-by: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 39f0f5c commit fcc014d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/digraph/digraph.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2019 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
4+
45
package main // import "golang.org/x/tools/cmd/digraph"
56

67
// TODO(adonovan):

0 commit comments

Comments
 (0)