Skip to content

Tags: gopherdata/gophernotes

Tags

v0.7.5

update README.md to version 0.7.5

v0.7.4

version v0.7.4: update README.md

v0.7.3

go.mod: update gomacro to 20210624153544, adds standard library symbo…

…ls defined in Go 1.12 and 1.13

v0.7.2

go.mod: update gomacro to 20210316200708, fixes import of third-party…

… packages on Go >= 1.16

v0.7.1

freebsd: if compiled with Go >= 1.14, support loading third-party pac…

…kages at runtime

(by updating gomacro dependency)

v0.7.0

doc: update installation notes for Windows

v0.6.1

use github.com/gofrs/uuid instead of github.com/satori/go.uuid; updat…

…e to latest gomacro

v0.6.0

use GO111MODULE=on to import packages at runtime

v0.5.0

ci: drop Go-1.10 and 1.9, add Go-1.13 and 1.12

v0.4.0

really fix #174: previous fix broke some imports, including "fyne.io/…

…fyne/widget"