Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Sebastiaan van Stijn a1ae214131
remove golang.org/x/net dependency (#295)
* remove golang.org/x/net dependency

The golang.org/x/net/context package is an alias for stdlib context
since go1.7 (see https://go-review.googlesource.com/72570)

This patch replaces all uses of it for stdlib context.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* rename App Engine context type to remove import aliases

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

---------

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-01 10:29:44 -08:00
David Symonds d1e7e222a2 Remove internal.CallOptions entirely, and use the context's timeout for API calls.
Change-Id: I3fef83cf331c857e6c8c552eed89a34cd0ea6e1c
2015-01-28 16:44:06 +11:00
David Symonds 1c3fdc51e1 Convert tree from appengine.Context to context.Context.
Most well-formed application code will require minimal changes:
	- The type is now golang.org/x/net/context.(*Context).
	- c := appengine.NewContext(r) still works.
	- Most API calls still look exactly the same.
	- Logging now uses the google.golang.org/appengine/log package.

Change-Id: I7fa089efa8d0b1e7beeeb6233a98fe054020b1fc
2015-01-21 09:10:09 +11:00
Dave Day d510d6ed93 Add canonical import comments for each package
Change-Id: I0bf39b2728f8403008f9a1d6d3faba06f1c77ac9
2014-11-13 17:19:19 +11:00
David Symonds f0c3e0a18c Add image package.
Change-Id: Ic977cf15567faafc1fa31eb455d261293a223301
2014-03-31 10:03:19 +11:00