Skip to content

ivahaev/stewdy

Repository files navigation

stewdy

Stewdy Build Status GoDoc License

Stupid dialer library written on Go

This is an attempt to create library for making dialers with any call targets sources and any PBX.

Project at a very early stage.

Generating code

Install the standard protocol buffer implementation from https://github.com/google/protobuf.

Install Protocol Buffers for Go with Gadgets:

go get github.com/gogo/protobuf/protoc-gen-gofast

Generate structs from .proto:

protoc --gofast_out=. *.proto

Generate stringer

go generate

About

Stupid dialer library written on Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages