mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-11 04:30:22 +01:00
11 lines
251 B
Go
11 lines
251 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 necessary before Go 1.7.
|
||
|
const afterCompressOfs = 4
|