Skip to content

Commit

Permalink
Move defaultConfigPath to config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ollien committed Jan 23, 2018
1 parent 56455b3 commit 8f9a70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"golang.org/x/oauth2"
)

const defaultConfigPath = "./config.json"

//Config holds the configuration for the application
//Implements oauth2.TokenSource
type Config struct {
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (
"golang.org/x/oauth2"
)

const defaultConfigPath = "./config.json"

//DNSStatusCode represents the result of what CreateOrUpdateRecord did.
type DNSStatusCode int

Expand Down

0 comments on commit 8f9a70a

Please sign in to comment.