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
  • 04:39, 20 June 2022 Will talk contribs created page Golang anatomy (Created page with "<syntaxhighlight lang="bash"> myproject/ go.mod // module name, requirements main.go // optional CLI entrypoint printer.go // other 'main' package src are in toplevel dir internal/ // exported symbols from internal packages are only exposed within 'myproject' logger/ // subpackage logger.go math/ // subpackage division.go multiplication.go </...")