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
  • 01:03, 19 June 2022 Will talk contribs created page Golang compilation (Created page with "This page documents the builtin golang compilation tools. = run = <blockquote> <code>go run</code> will build and run an executable. <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 pa...")