go-binary-size/mod1/b/b.go

12 lines
104 B
Go
Raw Normal View History

2024-04-03 00:55:22 +02:00
package b
import "fmt"
func Func2() {
fmt.Println("func2")
}
func Func3() {
fmt.Println("func3")
}