1 // Copyright 2016 The go-github AUTHORS. All rights reserved. 2 // 3 // Use of this source code is governed by a BSD-style 4 // license that can be found in the LICENSE file. 5 6 // Package integration contains integration tests. 7 // 8 // These tests call the live GitHub API, and therefore require a little more 9 // setup to run. See https://github.com/google/go-github/tree/master/test#integration 10 // for more information. 11 package integration 12