Compare commits

..

No commits in common. "backup" and "main" have entirely different histories.
backup ... main

5 changed files with 0 additions and 17 deletions

View file

@ -1,2 +0,0 @@
build:
go build -o build/

Binary file not shown.

3
go.mod
View file

@ -1,3 +0,0 @@
module git.faercol.me/faercol/ipam
go 1.22.0

View file

@ -1,5 +0,0 @@
package model
type Device struct {
}

View file

@ -1,7 +0,0 @@
package main
import "fmt"
func main() {
fmt.Println("coucou")
}