MushNoRoom / baseplate.go

Reddit's Service Framework in Go

Home Page:https://pkg.go.dev/github.com/reddit/baseplate.go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baseplate.go

Baseplate implemented in go.

Documentation

Code documentation

IDE/Editor setup

See here.

Code style guide

See here.

Thrift generated files

The internal/gen-go/ directory contains thrift generated files. They are excluded from the linter. DO NOT EDIT.

They were generated with thrift compiler v0.17.0 against baseplate.thrift using the following commands under internal/:

thrift --gen go:package_prefix=github.com/reddit/baseplate.go/,skip_remote path/to/baseplate.thrift

They are needed by some of the Baseplate.go packages. We did not include those thrift files into this repo to avoid duplications. This directory will be regenerated when either thrift compiler or the thrift files changed significantly.

About

Reddit's Service Framework in Go

https://pkg.go.dev/github.com/reddit/baseplate.go

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.9%Language:Shell 0.1%Language:Makefile 0.0%