Skip to content
Snippets Groups Projects
Commit d15a274b authored by vito.he's avatar vito.he
Browse files

Mod:format code

parent d8763ab2
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,3 @@ const (
DEFAULT_REFERENCE_FILTERS = ""
ECHO = "$echo"
)
......@@ -68,7 +68,7 @@ const (
ENVIRONMENT_KEY = "environment"
)
const(
const (
CONFIG_NAMESPACE_KEY = "config.namespace"
CONFIG_TIMEOUT_KET = "config.timeout"
)
\ No newline at end of file
CONFIG_TIMEOUT_KET = "config.timeout"
)
......@@ -246,7 +246,6 @@ func (c URL) Key() string {
return buildString
}
func (c URL) Context() context.Context {
return c.ctx
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment