Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.37 KB

Go-Proto

GoDoc Build Status Code Climate

A Go library providing support for operations on protocol buffer messages. Check out the documentation for more information: https://godoc.org/github.com/robinpowered/go-proto

Install

go get -u github.com/robinpowered/go-proto

License

go-proto is licensed under the Apache License, Version 2.0.


Copyright 2016 Robin Powered, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.