2020-07-21 03:49:57 +00:00
|
|
|
package foo
|
|
|
|
|
|
|
|
import (
|
|
|
|
"example.com/simple-project/foo/internal"
|
|
|
|
"example.com/simple-project/foo/internal/qiniu"
|
|
|
|
)
|
|
|
|
|
2020-07-31 07:16:55 +00:00
|
|
|
// Bar2 is a sample service
|
2020-07-21 03:49:57 +00:00
|
|
|
func Bar2() {
|
|
|
|
internal.Xiaohong()
|
|
|
|
qiniu.BB()
|
|
|
|
}
|