Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

solettaproject/go-soletta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

go-soletta

Provides the go bindings for Soletta™ Project library.

Build status: Build Status
Documentation: GoDoc

Deployment

go get github.com/solettaproject/go-soletta/soletta

Usage

import "github.com/solettaproject/go-soletta/soletta"

A minimal example:

ok := soletta.Init()
if ok {
    soletta.Run()
    soletta.Shutdown()
}

About

Go language bindings for Soletta Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published