Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
6245f0c6
Commit
6245f0c6
authored
Nov 15, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(elog) Metadata implements Loggable
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
55896a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
util/elog/metadata.go
util/elog/metadata.go
+1
-1
No files found.
util/elog/metadata.go
View file @
6245f0c6
...
...
@@ -62,7 +62,7 @@ func DeepMerge(b, a Metadata) Metadata {
}
// Loggable implements the Loggable interface
func
(
m
Metadata
)
Loggable
()
Metadata
{
func
(
m
Metadata
)
Loggable
()
map
[
string
]
interface
{}
{
// NB: method defined on value to avoid de-referencing nil Metadata
return
m
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment