Sha256: 8cb54c6816ac39e72196e8e2226c896df2c85f63c6c1c6bf1842fded2b60120f
Contents?: true
Size: 322 Bytes
Versions: 5
Compression:
Stored size: 322 Bytes
Contents
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build appengine // +build appengine package internal import "google.golang.org/appengine/urlfetch" func init() { appengineClientHook = urlfetch.Client }
Version data entries
5 entries across 5 versions & 1 rubygems