mirror of
https://github.com/golang/go
synced 2024-11-13 20:40:31 -07:00
8 lines
56 B
Go
8 lines
56 B
Go
|
package main
|
||
|
|
||
|
import "dep3"
|
||
|
|
||
|
func main() {
|
||
|
dep3.D3()
|
||
|
}
|