Skip to content

Commit

Permalink
add raven init function
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Oct 14, 2018
1 parent c0e13f7 commit 7cfac71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cli/raven.go
@@ -0,0 +1,9 @@
package main

import (
"log"
)

func initRaven() {
log.Fatal("Init it with environment variable")
}

0 comments on commit 7cfac71

Please sign in to comment.