github.com/lixvbnet/courtney@v0.0.0-20221025031132-0dcb02231211/newpac/pac_test.go (about)

     1  package newpac
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func Test1(t *testing.T) {
     9  	res := max(3, 5)
    10  	fmt.Println(res)
    11  }