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