Исходники и презентации
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package secondary
|
||||
|
||||
import "fmt"
|
||||
|
||||
func init() {
|
||||
fmt.Println("init[secondary.go] called")
|
||||
}
|
||||
|
||||
func Secondary() {
|
||||
fmt.Println("secondary called")
|
||||
}
|
||||
Reference in New Issue
Block a user