[PD1] remove useless files

This commit is contained in:
Afonso Franco 2024-04-28 22:54:25 +01:00
parent fbeb400a53
commit aff27bcf13
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
2 changed files with 0 additions and 25 deletions

View file

@ -1 +0,0 @@
Libs

View file

@ -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() {
}