mirror of
https://github.com/gonum/gonum.git
synced 2025-10-19 21:44:41 +08:00
all: conform build tag comment to convention
This commit is contained in:

committed by
Dan Kortschak

parent
e9e56344e3
commit
b9db25a610
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !appengine
|
||||
// +build !appengine
|
||||
|
||||
package set
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build appengine
|
||||
// +build appengine
|
||||
|
||||
package set
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !tomita
|
||||
// +build !tomita
|
||||
|
||||
package topo
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build tomita
|
||||
// +build tomita
|
||||
|
||||
package topo
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package c128
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package c128
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package c64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package c64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package f32
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f32
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package f32
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f32
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package f64
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !amd64 noasm appengine
|
||||
// +build !amd64 noasm appengine
|
||||
|
||||
package math32
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !noasm,!appengine
|
||||
// +build !noasm,!appengine
|
||||
|
||||
package math32
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build cblas
|
||||
// +build cblas
|
||||
|
||||
package mat
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
// This file must be kept in sync with index_no_bound_checks.go.
|
||||
|
||||
//+build bounds
|
||||
// +build bounds
|
||||
|
||||
package mat
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
// This file must be kept in sync with index_bound_checks.go.
|
||||
|
||||
//+build !bounds
|
||||
// +build !bounds
|
||||
|
||||
package mat
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build !appengine
|
||||
// +build !appengine
|
||||
|
||||
package mat
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//+build appengine
|
||||
// +build appengine
|
||||
|
||||
package mat
|
||||
|
||||
|
Reference in New Issue
Block a user