Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lint wasn't run when these changes went in [ci skip] #305

Merged
merged 1 commit into from
Feb 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dig/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// Package dig is the Dependency Injection Graph.
//
// Package dig provides a fairly opinionated way of resolving object dependencies.
// package dig provides an opinionated way of resolving object dependencies.
// There are two sides of dig:
// Register and Resolve.
//
Expand Down
25 changes: 17 additions & 8 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,28 @@
//
// Status
//
// Alpha. Expect minor API changes and bug fixes. (Beta release coming soon)
// Beta. Expect minor API changes and bug fixes. See our changelog (CHANGELOG.md)for more.
//
//
// What's included
//
// UberFx builds the following into your service:
// * Configuration, logging, metrics, and tracing setup by default
// * Configuration provider that seamlessly merges static and dynamic config
// * Application-level as well as runtime metrics for effective monitoring
// * Context-aware logging for easy debugging
// * RPC module with Thrift interfaces for microservices
// * HTTP module with intelligent defaults for web applications
// * Task module for executing async tasks durably
//
// • Logging backed by the zap logger
//
// • Configuration provider that seamlessly merges static and dynamic config
//
// • Application-level as well as runtime metrics for effective monitoring
//
// • Request tracing for application-level instrumentation
//
// • Context-aware logging for easy debugging
//
// • RPC module with Thrift interfaces for microservices
//
// • HTTP module with intelligent defaults for web applications
//
// • Task module for executing async tasks durably
//
// Examples
//
Expand Down