This commit is contained in:
Liang Ding 2014-12-07 11:33:56 +08:00
parent 1285a70612
commit 5499441b8e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Build, run and go tool manipulations. // Package output includes build, run and go tool related manipulations.
package output package output
import ( import (
@ -43,7 +43,7 @@ const (
lintSeverityWarn = "warning" // lint severity: warning lintSeverityWarn = "warning" // lint severity: warning
) )
// Code lint. // Lint represents a code lint.
type Lint struct { type Lint struct {
File string `json:"file"` File string `json:"file"`
LineNo int `json:"lineNo"` LineNo int `json:"lineNo"`