github.com/timstclair/heapster@v0.20.0-alpha1/Godeps/_workspace/src/google.golang.org/appengine/socket/doc.go (about)

     1  // Copyright 2012 Google Inc. All rights reserved.
     2  // Use of this source code is governed by the Apache 2.0
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package socket provides outbound network sockets.
     6  //
     7  // This package is only required in the classic App Engine environment.
     8  // Applications running only in the Managed VM hosting environment should
     9  // use the standard library's net package.
    10  package socket