github.com/ninadingole/gotest-ls@v0.0.3/tests/example_test.go (about)

     1  package tests_test
     2  
     3  import "fmt"
     4  
     5  func Example_something() {
     6  	fmt.Println("Example!")
     7  	// Output: Example!
     8  }