mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-10 20:20:24 +01:00
b5f531b0ba
after the embedded compressed data. In post 1.7 this bug was fixed. We use build tags here to support both cases.
11 lines
253 B
Go
11 lines
253 B
Go
// Copyright 2016 by Sascha L. Teichmann
|
|
// Use of this source code is governed by the MIT license
|
|
// that can be found in the LICENSE file.
|
|
|
|
// +build go1.7
|
|
|
|
package common
|
|
|
|
// afterCompressOfs is not necessary after Go 1.7.
|
|
const afterCompressOfs = 0
|