1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Managed by IssueSpec. Hand edits are welcome; keep the schema valid.
id: 17
title: Add (golang) tools menu
state: closed
author:
name: k33g
email: ph.charriere@gmail.com
createdAt: 2026-08-31T04:37:38.703Z
updatedAt: 2026-08-31T17:00:51.269Z
labels:
- priority::urgent
epic: Golang features
body: |
A Golang specific menu with some useful commands:
- go mod init + touch main.go
See comments for ideas
tasks: []
comments:
- id: 1
author:
name: k33g
email: ph.charriere@gmail.com
createdAt: 2026-08-31T04:39:30.864Z
updatedAt: 2026-08-31T04:40:59.162Z
body: |
Define tools command in a toml file
if the file is automatically initialized: add golang default commands
it's possbile to re-generate the tools
|