gotk3 / gotk3-examples

164 stars 34 forks source link

Difficult to run without go modules #36

Open decentral1se opened 2 years ago

decentral1se commented 2 years ago

go get doesn't do what it used to do and go install complains there are no modules present in Go >= 1.18...

I ran go mod init gotk3/gotk3-examples in the root of this repository and then go mod tidy.

Then I could run go run -v ./gtk-examples/simple/simple.go.

First build was quite slow, could be documented as such.

Shall I submit a PR?

decentral1se commented 2 years ago

Related: https://github.com/gotk3/gotk3/issues/872