codekingpro's picture
Add files using upload-large-folder tool
bd21366 verified
Raw
History Blame Contribute Delete
49 Bytes
package b
import "./a"
func test() {
a.Do()
}