This website requires JavaScript.
Explore
Help
Sign In
wit
/
log
Watch
1
Star
0
Fork
You've already forked log
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
424a1b42e2
log
/
warn.go
10 lines
88 B
Go
Raw
Blame
History
package
log
import
(
origlog
"log"
)
func
Warn
(
a
...
any
)
{
origlog
.
Println
(
a
...
)
}
Reference in New Issue
View Git Blame
Copy Permalink