daemon/logger/journald: format code with gofumpt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a083677af2
commit
050de1e4f6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ package sdjournal // import "github.com/docker/docker/daemon/logger/journald/int
|
|||
// return sd_journal_add_match(j, _GoStringPtr(s), _GoStringLen(s));
|
||||
// }
|
||||
import "C"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
|
|
Loading…
Add table
Reference in a new issue