...

Source file src/github.com/tklauser/go-sysconf/cgotest/sysconf_test.go

Documentation: github.com/tklauser/go-sysconf/cgotest

     1  // Copyright 2018 Tobias Klauser. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package sysconf_cgotest
     6  
     7  import "testing"
     8  
     9  // The actual test function is in sysconf_cgotest.go so that it can use cgo.
    10  func TestSysconfCgoMatch(t *testing.T) { testSysconfCgoMatch(t) }
    11  

View as plain text