~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/golang.org/x/crypto/ssh/agent/testdata_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
 
5
 
// IMPLEMENTOR NOTE: To avoid a package loop, this file is in three places:
 
5
// IMPLEMENTATION NOTE: To avoid a package loop, this file is in three places:
6
6
// ssh/, ssh/agent, and ssh/test/. It should be kept in sync across all three
7
7
// instances.
8
8