init module
This commit is contained in:
parent
3c3b3b58ac
commit
113c206591
4 changed files with 6 additions and 0 deletions
1
activity.go
Normal file
1
activity.go
Normal file
|
@ -0,0 +1 @@
|
|||
package dogberry
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/go/dogberry
|
||||
|
||||
go 1.22.5
|
1
inbox.go
Normal file
1
inbox.go
Normal file
|
@ -0,0 +1 @@
|
|||
package dogberry
|
1
nodeinfo.go
Normal file
1
nodeinfo.go
Normal file
|
@ -0,0 +1 @@
|
|||
package dogberry
|
Loading…
Reference in a new issue