Base project to template
This commit is contained in:
13
server/.notes/notes.go
Executable file
13
server/.notes/notes.go
Executable file
@@ -0,0 +1,13 @@
|
||||
package notes
|
||||
|
||||
import "local/notes-server/config"
|
||||
|
||||
type Notes struct {
|
||||
root string
|
||||
}
|
||||
|
||||
func New() *Notes {
|
||||
return &Notes{
|
||||
root: config.Root,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user