This website requires JavaScript.
Explore
Help
Sign In
usbharu
/
unos
Watch
1
Star
0
Fork
You've already forked unos
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4212a122dd
unos
/
now-playing
/
main.go
12 lines
107 B
Go
Raw
Blame
History
package
main
import
"time"
func
main
(
)
{
go
func
(
)
{
for
{
time
.
Sleep
(
30
*
time
.
Second
)
}
}
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink