Implement appointment reading

This commit is contained in:
daru
2022-05-14 13:55:22 +02:00
parent bbf99fadb4
commit 50e0defc28
6 changed files with 74 additions and 9 deletions

2
go.mod
View File

@@ -21,5 +21,5 @@ require (
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/xujiajun/mmap-go v1.0.1 // indirect
github.com/xujiajun/utils v0.0.0-20190123093513-8bf096c4f53b // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
)