File: set_zero_120.go

package info (click to toggle)
golang-github-oschwald-maxminddb-golang 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
//go:build go1.20
// +build go1.20

package maxminddb

import "reflect"

func reflectSetZero(v reflect.Value) {
	v.SetZero()
}