Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.17 KB

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/pkg.deepin.io
cp -r go-lib $GOPATH/src/pkg.deepin.io/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 GPLv3.