mirror of
https://github.com/golang/go.git
synced 2025-11-04 10:40:57 +00:00
8 lines
46 B
Go
8 lines
46 B
Go
|
|
package A
|
||
|
|
|
||
|
|
import (
|
||
|
|
B "b";
|
||
|
|
C "c";
|
||
|
|
D "d";
|
||
|
|
)
|