mirror of
https://github.com/Crocmagnon/go-binary-size.git
synced 2024-11-14 12:23:56 +01:00
7 lines
72 B
Go
7 lines
72 B
Go
package main
|
|
|
|
import "example.com/mod1/a2"
|
|
|
|
func main() {
|
|
a2.Func1()
|
|
}
|