doc.go 418 B

12345678910
  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. // Package socket provides outbound network sockets.
  5. //
  6. // This package is only required in the classic App Engine environment.
  7. // Applications running only in App Engine "flexible environment" should
  8. // use the standard library's net package.
  9. package socket