github.com/la5nta/wl2k-go@v0.11.8/transport/ax25/heard_other.go (about) 1 // Copyright 2015 Martin Hebnes Pedersen (LA5NTA). All rights reserved. 2 // Use of this source code is governed by the MIT-license that can be 3 // found in the LICENSE file. 4 5 //go:build !(libax25 && cgo) 6 // +build !libax25 !cgo 7 8 package ax25 9 10 import "time" 11 12 func Heard(axPort string) (map[string]time.Time, error) { return nil, ErrNoLibax25 }