wrapper for mobile

This commit is contained in:
zhj4478 2018-06-04 16:05:14 -07:00
commit 8d300e4782
17 changed files with 1763 additions and 0 deletions

6
version.go Normal file
View file

@ -0,0 +1,6 @@
package pm
// Version get current lib version
func Version() string {
return "ddacebe0"
}