moov-io / ach-web-viewer

Web interface for viewing ACH files in a variety of sources (filesystem, GCS buckets, etc)
Apache License 2.0
11 stars 5 forks source link

Create devcontainer.json #180

Closed Kingcrypto38 closed 9 months ago

Kingcrypto38 commented 9 months ago

Changes

Why Are Changes Being Made

Kingcrypto38 commented 9 months ago

Huh

adamdecaf commented 9 months ago

What's a dev container? I see https://github.com/devcontainers

A development container (or dev container for short) allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing. Dev containers can be run locally or remotely, in a private or public cloud, in a variety of supporting tools and editors.

We support Go with any editor and have docker containers for testing, which are all pretty universal things.

If you can give a reason for adding this I'll consider it, but otherwise I'm going to close this PR.