File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88// We benchmark converting between the JSON form
99// and in-memory data structures.
1010
11- //go:build !goexperiment.jsonv2
11+ //go:build ignore
1212
1313package json
1414
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build goexperiment.jsonv2
5+ //go:build ignore
66
77// Package jsontest contains functionality to assist in testing JSON.
88package jsontest
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build goexperiment.jsonv2
5+ //go:build ignore
66
77package jsontext
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build goexperiment.jsonv2
5+ //go:build ignore
66
77package json_test
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build goexperiment.jsonv2
5+ //go:build ignore
66
77package json
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build goexperiment.jsonv2
5+ //go:build ignore
66
77// Large data benchmark.
88// The JSON data is a summary of agl's changes in the
You can’t perform that action at this time.
0 commit comments