-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm trying to make it run but the instructions was outdated...
Ξ»:[π ~/dev/code/whatsapp-iphone-backup] β‘ go get github.com/mattn/go-sqlite3
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Ξ»:[π ~/dev/code/whatsapp-iphone-backup] β‘ ls
ξ§ dump.go ξ§ main.go ξ README.md ξ§ utils.go
Ξ»:[π ~/dev/code/whatsapp-iphone-backup] β‘ go install github.com/mattn/go-sqlite3@latest
go: downloading github.com/mattn/go-sqlite3 v1.14.16
package github.com/mattn/go-sqlite3 is not a main package
Ξ»:[π ~/dev/code/whatsapp-iphone-backup] β‘ go build -o exporter *.go
main.go:14:2: no required module provides package github.com/mattn/go-sqlite3: go.mod file not found in current directory or any parent directory; see 'go help modules'
Do you know how can I make it works today?
jonasclickjonasclick
Metadata
Metadata
Assignees
Labels
No labels