1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-14 08:21:28 +05:30

format code with gofumpt

Doing a one-pass of formatting the code with gofumpt, which provides a
superset of gofmt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-05-27 12:59:13 +02:00
parent 7ce5629658
commit 9817a23b17
6 changed files with 15 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@ package secretservice
#include <stdlib.h>
*/
import "C"
import (
"errors"
"unsafe"