mirror of
https://github.com/Crocmagnon/go-binary-size.git
synced 2024-11-14 04:13:57 +01:00
11 lines
104 B
Go
11 lines
104 B
Go
package b
|
|
|
|
import "fmt"
|
|
|
|
func Func2() {
|
|
fmt.Println("func2")
|
|
}
|
|
|
|
func Func3() {
|
|
fmt.Println("func3")
|
|
}
|