mirror of
https://github.com/Crocmagnon/go-binary-size.git
synced 2024-11-14 04:13:57 +01:00
7 lines
70 B
Go
7 lines
70 B
Go
package main
|
|
|
|
import "example.com/mod1/a"
|
|
|
|
func main() {
|
|
a.Func1()
|
|
}
|