Skip to content

Commit

Permalink
Lint for build directives
Browse files Browse the repository at this point in the history
Summary: Run new `go vet`

Test Plan: Minor lint changes, existing builds and tests should work

Reviewers: michelle, zasgar

Reviewed By: michelle

Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11537

GitOrigin-RevId: 2c7d4cf
  • Loading branch information
vihangm authored and copybaranaut committed Jun 7, 2022
1 parent 0ceb11b commit 147c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/carnot/goplanner/logical_planner.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build cgo
//go:build cgo

/*
* Copyright 2018- The Pixie Authors.
Expand Down
2 changes: 1 addition & 1 deletion src/carnot/goplanner/logical_planner_stub.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !cgo
//go:build !cgo

/*
* Copyright 2018- The Pixie Authors.
Expand Down

0 comments on commit 147c24e

Please sign in to comment.