Skip to content

Commit

Permalink
add missing go generate lines (#3856)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 authored and monicasarbu committed Mar 30, 2017
1 parent 644ae11 commit 4f48f24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metricbeat/module/windows/perfmon/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Package perfmon collect windows performance counters.
*/
package perfmon

// go:generate go tool cgo -godefs defs_windows.go > defs_windows_amd64.go
// go:generate go tool cgo -godefs defs_windows.go > defs_windows_386.go

0 comments on commit 4f48f24

Please sign in to comment.