8 lines
74 B
Go
8 lines
74 B
Go
|
package main
|
||
|
|
||
|
import "chat/lib"
|
||
|
|
||
|
func main() {
|
||
|
lib.NewServer().Start()
|
||
|
}
|