github.com/la5nta/wl2k-go@v0.11.8/transport/ax25/beacon_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  func NewAX25Beacon(axPort, mycall, dest, message string) (Beacon, error) { return nil, ErrNoLibax25 }