init module
This commit is contained in:
parent
fe54c6a406
commit
db7eb587fb
7 changed files with 9 additions and 0 deletions
1
add.go
Normal file
1
add.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
1
edit.go
Normal file
1
edit.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module git.bivouac.wiki/use/basis
|
||||||
|
|
||||||
|
go 1.22.5
|
1
init.go
Normal file
1
init.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
1
join.go
Normal file
1
join.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
1
remove.go
Normal file
1
remove.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
1
vacuum.go
Normal file
1
vacuum.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package basis
|
Loading…
Reference in a new issue