All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:51, 19 June 2022 Will talk contribs created page Go run (Created page with "<code>go run</code> will build and run an executable. = Usage = <blockquote> <syntaxhighlight lang="bash"> go run . # compile package at cwd, and run it's 'main()' method go run . --help # cli params for the program can be passed to go run go run main.go lib.go ... # compile only these files, and run detected 'main()' method go run some/package # compile a specific package </syntaxhighlight> </blockquote><!-- Usage -->")