...

Source file src/github.com/concurrency-8/main_test.go

Documentation: github.com/concurrency-8

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestMain(t *testing.T) {
     9  	fmt.Println("Testing")
    10  }
    11  

View as plain text