SkillAgentSearch skills...

Kata

Repository template for katas in Go and VS Code.

Install / Use

/learn @golang-templates/Kata
About this skill

Quality Score

0/100

Supported Platforms

GitHub Copilot

README

Go Kata Template

A repository template for exercises using Visual Studio Code.

You can also simply clone this repository if you do not want to put your code in GitHub.

Features

Visual Studio Code configuration:

  • Formatting code, running build, running tests with code coverage and linting on file save.
  • Default build task running unit tests with race detector: F1 -> Tasks: Run Build Task.

Basic continuous integration via GitHub Actions.

Dependencies scanning and updating thanks to Dependabot.

Setup

Follow these steps if you are OK installing and using Go on your machine.

  1. Install Go.
  2. Install Visual Studio Code.
  3. Install Go extension.
  4. Clone and open this repository.
  5. F1Go: Install/Update Tools -> (select all) -> OK.
  6. F1Tasks: Run Build Task (Ctrl+Shift+B or ⇧⌘B).

Kata catalogues

Contributing

Simply create an issue or a pull request.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated4mo ago
Forks0

Languages

Go

Security Score

87/100

Audited on Nov 24, 2025

No findings