Merge pull request #202 from openskydoor/openskydoor/fix-build-tag

fix build tag
This commit is contained in:
Tomás 2017-10-30 08:27:42 +01:00 committed by GitHub
commit ca763e39e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build go17
// +build go1.7
package bimg

View file

@ -1,4 +1,4 @@
// +build !go17
// +build !go1.7
package bimg