all repos — glog @ a507639246bfd7d68efd05373e55bf74bd4a963d

🔧 Set link to myglog
Tim Izzo tim@octree.ch
Sat, 19 Apr 2025 22:25:08 +0200
commit

a507639246bfd7d68efd05373e55bf74bd4a963d

parent

86e206775a8f15e49f82babc1d7cbafc8ab78bfd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -13,7 +13,7 @@ fmt.Printf("%s %s", style.date.Render(c.Author.When.Format(DATE_FORMAT)), c.Message)

} func main() { - url := "ssh://git.5ika.ch:1917/blog" + url := "ssh://git.5ika.ch:1917/myglog" path := "/tmp/glog" repo, err := getRepo(url, path) CheckIfError(err)