Applied gofmt and the new build constraints

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
This commit is contained in:
Florent Poinsard 2021-08-17 18:57:42 +02:00
Родитель 08ed04f4d3
Коммит 7140abf27f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 87A9DEBFB0824A2D
16 изменённых файлов: 30 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.

Просмотреть файл

@ -1,3 +1,4 @@
//go:build !race
// +build !race
/*

Просмотреть файл

@ -1,3 +1,4 @@
//go:build race
// +build race
/*

Просмотреть файл

@ -1,3 +1,4 @@
//go:build !race
// +build !race
package sync2

Просмотреть файл

@ -1,3 +1,4 @@
//go:build race
// +build race
package sync2

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.
@ -13,7 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +build gofuzz
package fuzzing

Просмотреть файл

@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +build gofuzz
package fuzzing

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.

Просмотреть файл

@ -1,3 +1,4 @@
//go:build !ignore_autogenerated
// +build !ignore_autogenerated
/*

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.
@ -13,7 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +build gofuzz
/*
DEPENDENCIES:

Просмотреть файл

@ -1,3 +1,4 @@
//go:build gofuzz
// +build gofuzz
/*

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.
@ -13,7 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +build gofuzz
package abstract

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.

Просмотреть файл

@ -1,3 +1,6 @@
//go:build gofuzz
// +build gofuzz
/*
Copyright 2021 The Vitess Authors.
@ -13,7 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +build gofuzz
package vstreamer

Просмотреть файл

@ -1,3 +1,4 @@
//go:build tools
// +build tools
/*