From 56bf1bcab78801eb923732480c3188c8119f2cb0 Mon Sep 17 00:00:00 2001 From: kcmvp <7655276+kcmvp@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:31:20 +0800 Subject: [PATCH] Add gob (#5181) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74e45076..f993149d 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ _Libraries and tools help with build automation._ - [anko](https://github.com/GuilhermeCaruso/anko) - Simple application watcher for multiple programming languages. - [gaper](https://github.com/maxcnunes/gaper) - Builds and restarts a Go project when it crashes or some watched file changes. - [gilbert](https://go-gilbert.github.io) - Build system and task runner for Go projects. +- [gob](https://github.com/kcmvp/gob) - [Gradle](https://docs.gradle.org/)/[Maven](https://maven.apache.org/) like build tool for Go projects. - [goyek](https://github.com/goyek/goyek) - Create build pipelines in Go. - [mage](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. - [mmake](https://github.com/tj/mmake) - Modern Make.