aboutsummaryrefslogtreecommitdiff
path: root/src/math/bits/make_examples.go
AgeCommit message (Expand)Author
2023-10-19all: drop old +build linesDmitri Shuralyov
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2017-11-03math/bits: add examples for right rotationTobias Klauser
2017-10-06math/bits: complete examplesgriesemer
2017-08-11math/bits: examples generatorromanyx