8 lines
110 B
Go
8 lines
110 B
Go
|
package ipc
|
||
|
|
||
|
import "git.loafle.net/commons_go/server"
|
||
|
|
||
|
type ServerHandlers struct {
|
||
|
server.ServerHandlers
|
||
|
}
|