Baseplate implemented in go.
See here.
See here.
The internal/gen-go/
directory contains thrift generated files,
with *-remote
directories removed.
They are excluded from the linter.
DO NOT EDIT.
They were generated with thrift compiler v0.14.1 against
baseplate.thrift
using the following commands under internal/
:
thrift --gen go:package_prefix=github.com/reddit/baseplate.go/ path/to/baseplate.thrift
find gen-go -depth -name "*-remote" -type d -exec rm -Rf {} \;
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.