All public logs

Jump to navigation Jump to search

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

Logs
  • 04:27, 10 January 2021 Busk talk contribs created page Golang Pointers (Created page with "``` Because Golang string is a read-only slices of bytes. However, a pointer to a string (*string) can be nil: var s *string s = nil readonly := "readonly" s = &readonly der...")