Skip to content

Commit

Permalink
all: add go:build directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Aug 17, 2021
1 parent 028951e commit fc63b2a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions palette/brewer/generate_complete_palettes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

// This program generates a Brewer Palette Go source file from
Expand Down
1 change: 1 addition & 0 deletions palette/brewer/generate_palettes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

// This program generates a Brewer Palette Go source file from
Expand Down
1 change: 1 addition & 0 deletions plotutil/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

package main
Expand Down
1 change: 1 addition & 0 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.12
// +build go1.12

package plot
Expand Down
1 change: 1 addition & 0 deletions vg/fonts/mk-fonts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

package main
Expand Down
1 change: 1 addition & 0 deletions vgall.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build !minimal
// +build !minimal

package plot // import "gonum.org/v1/plot"
Expand Down

0 comments on commit fc63b2a

Please sign in to comment.