mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Update comment on int8ToPtr
This commit is contained in:
@@ -11,7 +11,7 @@ func boolToPtr(b bool) *bool {
|
||||
return &b
|
||||
}
|
||||
|
||||
// int8ToPtr returns the pointer to an int
|
||||
// int8ToPtr returns the pointer to an int8
|
||||
func int8ToPtr(i int8) *int8 {
|
||||
return &i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user