We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9edff5 commit 21fd565Copy full SHA for 21fd565
config/cache.go
@@ -18,7 +18,7 @@
18
package config
19
20
import (
21
- "embed"
+ _ "embed" // for embedding apis.json
22
"encoding/json"
23
"fmt"
24
"io/ioutil"
0 commit comments