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