commit 40544a1
Hubert Hirtz
·
2021-10-23 17:50:05 +0000 UTC
parent 57ce6d9
Remove draft file It should not have been added in the first place
1 files changed,
+0,
-12
+0,
-12
1@@ -1,12 +0,0 @@
2-package senpai
3-
4-type Buffer struct {
5-}
6-
7-type BufferID int
8-
9-var nextBufferID BufferID = 0
10-
11-type MsgStore struct {
12- buffers map[BufferID]*Buffer
13-}