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 d8d321f commit 416ab0fCopy full SHA for 416ab0f
internal/config/flavor.go
@@ -1,10 +1,11 @@
1
package config
2
3
import (
4
- "github.com/go-flutter-desktop/hover/internal/build"
5
- "github.com/go-flutter-desktop/hover/internal/log"
6
"os"
7
"path/filepath"
+
+ "github.com/go-flutter-desktop/hover/internal/build"
8
+ "github.com/go-flutter-desktop/hover/internal/log"
9
)
10
11
var hoverYaml string
0 commit comments