open-nomad/jobspec2/helper_test.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
59 B
Go
Raw Normal View History

2020-11-12 16:44:49 +00:00
package jobspec2
func intToPtr(v int) *int {
return &v
}