corrige import e ignora diretório bin

This commit is contained in:
alphard 2024-12-10 19:27:24 -03:00
parent 988dccff3a
commit ffd0414b8d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bin/

View File

@ -5,7 +5,7 @@ import (
"fmt"
"os"
"git.aehoo.net/alphard/file-checksum-monitor/internal/library"
"file-checksum-monitor/internal/library"
)
func main() {