Skip to content

Commit 21fd565

Browse files
committed
fix lint and build
1 parent e9edff5 commit 21fd565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package config
1919

2020
import (
21-
"embed"
21+
_ "embed" // for embedding apis.json
2222
"encoding/json"
2323
"fmt"
2424
"io/ioutil"

0 commit comments

Comments
 (0)