github.com/goravel/framework@v1.13.9/testing/file/file_test.go (about) 1 package file 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/assert" 7 ) 8 9 func TestGetLineNum(t *testing.T) { 10 assert.Equal(t, 31, GetLineNum("file.go")) 11 }