diff options
author | 2018-04-28 10:51:07 -0700 | |
---|---|---|
committer | 2018-04-28 10:51:07 -0700 | |
commit | 1eba1730d1af50ed545f4fde78b22d6fb62ca11e (patch) | |
tree | 61f99282f66529b42625a8f335593bdcb461459c /http/doc.go | |
parent | 04adf5fdf53951f270923c41171a52575db53e46 (diff) | |
download | v2-1eba1730d1af50ed545f4fde78b22d6fb62ca11e.tar.gz v2-1eba1730d1af50ed545f4fde78b22d6fb62ca11e.tar.zst v2-1eba1730d1af50ed545f4fde78b22d6fb62ca11e.zip |
Move HTTP client to its own package
Diffstat (limited to 'http/doc.go')
-rw-r--r-- | http/doc.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/http/doc.go b/http/doc.go deleted file mode 100644 index f0eb1fa6..00000000 --- a/http/doc.go +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2018 Frédéric Guillot. All rights reserved. -// Use of this source code is governed by the MIT license -// that can be found in the LICENSE file. - -/* - -Package http implements a set of utilities related to the HTTP protocol. - -*/ -package http |