linuxdeepin / go-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepin GoLang Library

Deepin GoLang Library is a library containing many useful go routines for things such as glib, gettext, archive, graphic,etc.

Dependencies

Build dependencies

  • gio-2.0
  • glib-2.0
  • x11
  • gdk-pixbuf-2.0
  • libpulse
  • mobile-broadband-provider-info

Installation

Install prerequisites

$ go get github.com/smartystreets/goconvey
$ go get github.com/howeyc/fsnotify
$ go get gopkg.in/check.v1
$ go get github.com/linuxdeepin/go-x11-client

Install

mkdir -p $GOPATH/src/github.com/linuxdeepin/
cp -r go-lib $GOPATH/src/github.com/linuxdeepin/go-lib

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes.

License

Deepin GoLang Library is licensed under GPL-3.0-or-later.

About

License:GNU General Public License v3.0


Languages

Language:Go 85.7%Language:C 12.8%Language:Shell 1.4%Language:Makefile 0.0%