Skip to content

Commit

Permalink
Removed deprecated go get -u outside module (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoofreitas authored Dec 22, 2023
1 parent 721b746 commit a2e58ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func main() {

You can download and install `hellog3n` via:

go get -u github.com/g3n/demos/hellog3n
go install github.com/g3n/demos/hellog3n@latest

For more complex demos please see the [G3N demo program](https://github.com/g3n/g3nd).

Expand Down
2 changes: 1 addition & 1 deletion gui/assets/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package assets

// To generate file with fonts binary data install "go-bindata" from:
// https://github.com/go-bindata/go-bindata
// > go get -u github.com/go-bindata/go-bindata/...
// > go install github.com/go-bindata/go-bindata@latest

//go:generate go-bindata -o data.go -pkg assets fonts cursors
//go:generate g3nicodes -pkg icon icon/codepoints icon/icodes.go

0 comments on commit a2e58ab

Please sign in to comment.