Fix windows build tags
This commit is contained in:
parent
1dda4a835c
commit
11c7ec6ad1
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,9 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
func getHomeDir() (string, error) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//go:build windows && ignore
|
||||
// +build windows,ignore
|
||||
//go:build windows && !linux
|
||||
// +build windows,!linux
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue