From 901f1ed819843ec9354fd184e938523c36ea7ae4 Mon Sep 17 00:00:00 2001 From: nganhkhoa Date: Wed, 10 Jan 2024 15:56:55 +0700 Subject: [PATCH] add rule for go format --- macho-go/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macho-go/Makefile b/macho-go/Makefile index e08d340..3404aa9 100644 --- a/macho-go/Makefile +++ b/macho-go/Makefile @@ -9,3 +9,6 @@ build-linux: module: go get -u google.golang.org/protobuf/cmd/protoc-gen-go + +format: + go fmt ./...