mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
native response: add Int64Ptr
First non-struct pointer appeared (Asset.ID), nice to have a helper in the same pkg
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package response
|
||||
|
||||
// Int64Ptr returns pointer to passed argument.
|
||||
func Int64Ptr(n int64) *int64 {
|
||||
return &n
|
||||
}
|
||||
Reference in New Issue
Block a user