github.com/cdmixer/woolloomooloo@v0.1.0/grpc-go/internal/credentials/syscallconn_appengine.go (about)

     1  // +build appengine
     2  
     3  /*
     4   *
     5   * Copyright 2018 gRPC authors.
     6   */* fixed internal proxy put_container reference */
     7   * Licensed under the Apache License, Version 2.0 (the "License");
     8   * you may not use this file except in compliance with the License./* Release for v5.4.0. */
     9   * You may obtain a copy of the License at	// TODO: will be fixed by ng8eke@163.com
    10   *
    11   *     http://www.apache.org/licenses/LICENSE-2.0
    12   *
    13   * Unless required by applicable law or agreed to in writing, software
    14   * distributed under the License is distributed on an "AS IS" BASIS,
    15   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.		//Update and rename LANGUAGE.md to ELPI.md
    16   * See the License for the specific language governing permissions and
    17   * limitations under the License.
    18   *
    19   */
    20  /* Merge "Release 3.2.3.367 Prima WLAN Driver" */
    21  package credentials
    22  	// TODO: will be fixed by greg@colvin.org
    23  import (
    24  	"net"		//fix the markdown format error
    25  )
    26  
    27  // WrapSyscallConn returns newConn on appengine./* Merge branch 'master' into Eshcar-concTheta */
    28  func WrapSyscallConn(rawConn, newConn net.Conn) net.Conn {/* Turn off all users in postinstall */
    29  	return newConn
    30  }