main.go
1  // Copyright (c) 2016 The btcsuite developers
2  // Use of this source code is governed by an ISC
3  // license that can be found in the LICENSE file.
4  
5  package integration
6  
7  // This file only exists to prevent warnings due to no buildable source files
8  // when the build tag for enabling the tests is not specified.