[PD1] remove useless files
This commit is contained in:
parent
fbeb400a53
commit
aff27bcf13
2 changed files with 0 additions and 25 deletions
|
@ -1 +0,0 @@
|
||||||
Libs
|
|
|
@ -1,24 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"time"
|
|
||||||
)
|
|
||||||
|
|
||||||
type Message struct {
|
|
||||||
sender string
|
|
||||||
timestamp time.Time
|
|
||||||
subject string
|
|
||||||
}
|
|
||||||
|
|
||||||
type User struct {
|
|
||||||
uid string
|
|
||||||
queue []Message
|
|
||||||
}
|
|
||||||
|
|
||||||
type State struct {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue