Skip to content

Commit

Permalink
move generate header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Spaink committed Apr 6, 2022
1 parent bf3a343 commit d11c51f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 0 additions & 2 deletions plugins/aggregators/basicstats/basicstats.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package basicstats

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/basicstats/basicstats_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package basicstats

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/derivative/derivative.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package derivative

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/derivative/derivative_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package derivative

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/final/final.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package final

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/final/final_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package final

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/histogram/histogram.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package histogram

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/histogram/histogram_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package histogram

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/merge/merge.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package merge

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/merge/merge_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package merge

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/minmax/minmax.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package minmax

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/minmax/minmax_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package minmax

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/quantile/quantile.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package quantile

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/quantile/quantile_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package quantile

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/starlark/starlark.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package starlark

import (
Expand Down
2 changes: 2 additions & 0 deletions plugins/aggregators/starlark/starlark_sample_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package starlark

Expand Down
2 changes: 0 additions & 2 deletions plugins/aggregators/valuecounter/valuecounter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
package valuecounter

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package valuecounter

Expand Down

0 comments on commit d11c51f

Please sign in to comment.