int.go 49 B

12345
  1. package tox
  2. func Int(v int) *int {
  3. return &v
  4. }