github.com/Schaudge/hts@v0.0.0-20240223063651-737b4d69d68c/bgzf/go1_8_test.go (about) 1 // Copyright ©2017 The bíogo Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build go1.8 6 7 package bgzf_test 8 9 func init() { 10 go1_8 = true 11 }