Compare commits
No commits in common. "backup" and "main" have entirely different histories.
5 changed files with 0 additions and 17 deletions
2
Makefile
2
Makefile
|
@ -1,2 +0,0 @@
|
||||||
build:
|
|
||||||
go build -o build/
|
|
BIN
build/ipam
BIN
build/ipam
Binary file not shown.
3
go.mod
3
go.mod
|
@ -1,3 +0,0 @@
|
||||||
module git.faercol.me/faercol/ipam
|
|
||||||
|
|
||||||
go 1.22.0
|
|
|
@ -1,5 +0,0 @@
|
||||||
package model
|
|
||||||
|
|
||||||
type Device struct {
|
|
||||||
|
|
||||||
}
|
|
7
main.go
7
main.go
|
@ -1,7 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
fmt.Println("coucou")
|
|
||||||
}
|
|
Loading…
Reference in a new issue