forked from reddit/baseplate.go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.go
More file actions
14 lines (14 loc) · 697 Bytes
/
doc.go
File metadata and controls
14 lines (14 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Package baseplate provides a batteries-included starting point for
// services using Baseplate.go.
//
// This package provides convenient initialization bundles needed in your main
// function, and initialize the subpackages for you.
// For concrete features provided by Baseplate.go packages,
// please refer to the documentation of the subdirectories.
//
// For an example of how your main function should look like, please refer to
// https://pkg.go.dev/github.com/reddit/baseplate.go/thriftbp?tab=doc#example-NewBaseplateServer
// for thrift services and
// https://pkg.go.dev/github.com/reddit/baseplate.go/httpbp?tab=doc#example-NewBaseplateServer
// for HTTP services.
package baseplate