mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-13 07:37:17 +03:00
8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import (
|
|
"github.com/alexcesaro/log/golog"
|
|
)
|
|
|
|
var logger *golog.Logger
|