start scaffolding

This commit is contained in:
2024-04-22 21:53:20 -04:00
parent 6e5af42d93
commit d6dc30bea2
11 changed files with 270 additions and 2 deletions

1
storage/file.go Normal file
View File

@@ -0,0 +1 @@
package storage

1
storage/memory.go Normal file
View File

@@ -0,0 +1 @@
package storage

4
storage/struct.go Normal file
View File

@@ -0,0 +1,4 @@
package storage
type Link struct {
}