This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
anylink
mirror of
https://github.com/bjdgyc/anylink.git
Watch
1
Star
0
Fork
You've already forked anylink
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eee99fcb0d
anylink
/
common
/
log.go
8 lines
92 B
Go
Raw
Blame
History
package
common
import
"log"
func
init
(
)
{
log
.
SetFlags
(
log
.
LstdFlags
|
log
.
Lshortfile
)
}
Reference in New Issue
View Git Blame
Copy Permalink