mirror of
https://github.com/golang/go
synced 2024-11-06 04:16:11 -07:00
a41300a290
Change-Id: I360f21012f26118947dbac7c39e17c9c1f599379 Reviewed-on: https://go-review.googlesource.com/c/tools/+/168177 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
12 lines
274 B
Go
12 lines
274 B
Go
// Copyright 2019 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package cmd
|
|
|
|
const (
|
|
ExampleLine = exampleLine
|
|
ExampleColumn = exampleColumn
|
|
ExampleOffset = exampleOffset
|
|
)
|