github.com/la5nta/wl2k-go@v0.11.8/transport/ax25/dynamic_linux.go (about)

     1  // Copyright 2016 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 && !static
     6  // +build libax25,cgo,!static
     7  
     8  package ax25
     9  
    10  /*
    11  #cgo LDFLAGS: -lax25
    12  */
    13  import "C"