Skip to content

Instantly share code, notes, and snippets.

View burakguven's full-sized avatar

Burak Guven burakguven

View GitHub Profile
// runoutput
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Generate a program that tests independent goroutines modifying
// a comprehensive variety of vars during aggressive garbage collection.
// The output of this program is run to do the actual test.