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
e4a1319183
data_prep
/
cmd
/
main.go
8 lines
91 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
1
2024-09-13 17:13:51 +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
}