10 lines
74 B
Go
10 lines
74 B
Go
package lib1
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Function() {
|
|
fmt.Println("lib1")
|
|
}
|