Release logging to sentry

This commit is contained in:
Howl
2016-06-17 10:34:53 +02:00
parent 427f2ff890
commit b3e31734f5
4 changed files with 17 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ import (
"github.com/thehowl/conf"
)
// Version is the git hash of the application. Do not edit. This is
// automatically set using -ldflags during build time.
var Version string
// Conf is the configuration file data for the ripple API.
// Conf uses https://github.com/thehowl/conf
type Conf struct {