mirror of
https://github.com/Crocmagnon/go-binary-size.git
synced 2024-11-15 04:43:58 +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")
|
||
|
}
|