open-nomad/jobspec2/helper_test.go
2020-11-12 11:44:49 -05:00

6 lines
59 B
Go

package jobspec2
func intToPtr(v int) *int {
return &v
}