Fix windows build tags

This commit is contained in:
Gabriel Adrian Samfira 2022-05-04 11:48:27 +00:00
parent 1dda4a835c
commit 11c7ec6ad1
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,9 @@
package config
import (
"fmt"
"os"
"path/filepath"
)
func getHomeDir() (string, error) {

View file

@ -1,5 +1,5 @@
//go:build windows && ignore
// +build windows,ignore
//go:build windows && !linux
// +build windows,!linux
package main