Source File: ex05/testpkg/thing.go
package testpkg import ( "fmt" ) func Test() { fmt.Println("Testing Testing 123") }
Return to Lesson