This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
viviman
/
golangs_learn2
forked from
go/golangs_learn
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108
Commits
1
Branch
0
Tags
36 MiB
Tree:
559c68bb07
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '559c68bb07'
${ noResults }
golangs_learn2
/
golang_learn
/
data_office
/
get_hy_datax
/
main.go
8 lines
119 B
Raw
Normal View
History
增加处理信息
3 years ago
package
main
import
"github.com/google/martian/log"
func
main
(
)
{
log
.
Infof
(
"测试 开发控制脚本问题!"
)
}