Skip to content

Files

Latest commit

4efccf4 · Feb 26, 2020

History

History
74 lines (47 loc) · 3.01 KB

README.md

File metadata and controls

74 lines (47 loc) · 3.01 KB

Go

Welcome to the workspace for Exercism v3's Go track!

This area will contain everything needed to launch the Go track, including:

  • The new exercises and config.json file.
  • Reference documentation that help explain Go concepts for which no appropriate online document could be found.
  • Go-specific documentation for contributors.

Links

📊 Project Board

📚 Open Issues | 🎁 Open Pull Requests

🏡 v3 Docs Website

⚙️ Go Concept Reference | 💬 Go Concept Discussion | 🔨 Go Exercise Discussion

Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

Readiness for Launch

Before launch, we need all of the following parts to be completed:

Track Structure

  • Implemented 20+ Concept Exercises
  • Updated config.json
    • Added version key
    • Added online editor settings
      • Added indent_style
      • Added indent_size
    • Added Concept Exercises
    • Added Concepts for all Practice Exercises
  • Build Representer
  • Deploy Representer
  • Build Test Runner
  • Deploy Test Runner

Extra magic

These extra steps will make your track better, but are optional.

  • Build Analyzer
  • Deploy Analyzer

Contributing

Getting Started for Maintainers

How to implement a Go Concept Exercise

Example C# Concept Exercise