10 lines
70 B
Go
10 lines
70 B
Go
package main
|
|
|
|
import (
|
|
"qiniu.com/foo"
|
|
)
|
|
|
|
func main() {
|
|
foo.Bar()
|
|
}
|