You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
83
+
| `go-playground-ask-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
84
84
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
85
85
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
86
86
-->
87
87
<!--- BEGIN RECEIVE ORGTBL vars -->
88
88
| Function name | Description |
89
89
|---|---|
90
-
|`go-playground-ask-for-filename`| Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
90
+
|`go-playground-ask-filename`| Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
91
91
|`go-playground-basedir`| Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
92
92
|`go-playground-confirm-deletion`| Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
0 commit comments