-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: update gomacro to 20210624153544, adds standard library symbols defined in Go 1.12 and 1.13
- Loading branch information
Showing
3 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ Method 1: quick installation as module | |
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes | ||
$ mkdir -p ~/.local/share/jupyter/kernels/gophernotes | ||
$ cd ~/.local/share/jupyter/kernels/gophernotes | ||
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].2/kernel/* "." | ||
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].3/kernel/* "." | ||
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission | ||
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json | ||
``` | ||
|
@@ -95,7 +95,7 @@ Method 1: quick installation as module | |
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes | ||
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes | ||
$ cd ~/Library/Jupyter/kernels/gophernotes | ||
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].2/kernel/* "." | ||
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].3/kernel/* "." | ||
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission | ||
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters