Compare commits

..

2 commits

Author SHA1 Message Date
c0f0e03ff3 Fix docker image not compatible with non static compilation
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
2023-10-28 15:18:01 +02:00
1c1219e77e feat #41: add cobra and make the server use it 2023-10-28 14:58:06 +02:00
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,6 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package cmd package cmd
import ( import (

View file

@ -1,3 +1,6 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package cmd package cmd
import ( import (

View file

@ -1,3 +1,7 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main package main
import "git.faercol.me/faercol/polyculeconnect/polyculeconnect/cmd" import "git.faercol.me/faercol/polyculeconnect/polyculeconnect/cmd"