You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

doc.go 418 B

5 years ago
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