4 lines
54 B
Go
4 lines
54 B
Go
package ct
|
|
|
|
func init() { println("hello from ct1") }
|
package ct
|
|
|
|
func init() { println("hello from ct1") }
|