File: ber_go1.8_test.go

package info (click to toggle)
golang-github-geoffgarside-ber 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// +build !go1.9

package ber

import "encoding/asn1"

// Compatibility vars for ber_asn1_test.go
var (
	NullRawValue = asn1.RawValue{Tag: tagNull}
	NullBytes    = []byte{tagNull, 0}
)