Skip to content

make importable Go package #74

@gordonklaus

Description

@gordonklaus

I would like to use the functionality of this project from a Go program without having to exec a new process, pass text input, and parse text output. The main benefit would be to have a statically typed API to work against. It would also make it easier to depend on a specific version of the package (whose API may change over time).

Ideally such a package would not be called arduino-cli but perhaps arduino-go. The arduino-cli package would then be a thin wrapper around that package, responsible only for marshaling commands and data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions