Moving from govendor to dep, updated dependencies (#48)
* Moving from govendor to dep. * Making the pull request template more friendly. * Fixing akward space in PR template. * goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")` source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
This commit is contained in:
parent
9631aa3aab
commit
8d445c1c77
2186 changed files with 400410 additions and 352 deletions
37
vendor/git.apache.org/thrift.git/contrib/fb303/README.md
generated
vendored
Normal file
37
vendor/git.apache.org/thrift.git/contrib/fb303/README.md
generated
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
Project FB303: The Facebook Bassline
|
||||
------------------------------------
|
||||
|
||||
* Curious about the 303? *
|
||||
http://en.wikipedia.org/wiki/Roland_TB-303
|
||||
|
||||
* Why the name? *
|
||||
The TB303 makes bass lines.
|
||||
.Bass is what lies underneath any strong tune.
|
||||
..fb303 is the shared root of all thrift services.
|
||||
...fb303 => FacebookBase303.
|
||||
|
||||
* How do I use this? *
|
||||
Take a look at the examples to see how your backend project can
|
||||
and should inherit from this service.
|
||||
|
||||
* What does it provide? *
|
||||
A standard interface to monitoring, dynamic options and configuration,
|
||||
uptime reports, activity, etc.
|
||||
|
||||
* I want more. *
|
||||
Think carefully first about whether the functionality you are going to add
|
||||
belongs here or in your application. If it can be abstracted and is generally
|
||||
useful, then it probably belongs somewhere in the fb303 tree. Keep in mind,
|
||||
not every product has to use ALL the functionality of fb303, but every product
|
||||
CANNOT use functionality that is NOT in fb303.
|
||||
|
||||
* Is this open source? *
|
||||
Yes. fb303 is distributed under the Thrift Software License. See the
|
||||
LICENSE file for more details.
|
||||
|
||||
* Installation *
|
||||
fb303 is configured/built/installed similar to Thrift. See the README
|
||||
in the Thrift root directory for more information.
|
||||
|
||||
* Who wrote this README? *
|
||||
mcslee@facebook.com
|
Loading…
Add table
Add a link
Reference in a new issue