From 2e47427af75846d830d120944db178c7f15768db Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Feb 23 2023 18:18:32 +0000 Subject: Update guidelines/modules/ROOT/pages/Golang.adoc like https://pagure.io/packaging-committee/blob/master/f/guidelines/modules/ROOT/pages/Rust.adoc advertise go2rpm before starting --- diff --git a/guidelines/modules/ROOT/pages/Golang.adoc b/guidelines/modules/ROOT/pages/Golang.adoc index bf4b870..bf32dd8 100644 --- a/guidelines/modules/ROOT/pages/Golang.adoc +++ b/guidelines/modules/ROOT/pages/Golang.adoc @@ -4,6 +4,8 @@ This document details best practices for packaging Golang packages. Most of it is automated by an extensive use of macros. +== go2rpm + https://pagure.io/GoSIG/go2rpm/[go2rpm] is tool that automates many of these steps. It is advisable to try `+go2rpm import_path+` first before attempting to write a SPEC by hand.