This website requires JavaScript.
Explore
Help
Register
Sign In
wishpal_ironfan
/
data_prep
Watch
6
Star
0
Fork
You've already forked data_prep
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
da3026fae5
Branches
Tags
No results found.
data_prep
/
cmd
/
main.go
10 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
1
2024-09-13 17:29:43 +08:00
package
main
by Robin at 20240913
2024-09-13 17:11:04 +08:00
by Robin at 20240923
2024-09-23 11:40:50 +08:00
import
(
"data_prep/importfunc"
)
by Robin at 20240913
2024-09-13 17:11:04 +08:00
1
2024-09-13 17:13:51 +08:00
func
main
(
)
{
importfunc
.
ImportUserIdMap
(
)
by Robin at 20240913
2024-09-13 17:11:04 +08:00
}