Skip to content

Commit 86261fb

Browse files
authored
Feature/Refactor go to kotlin (#15)
* refactor sign from go to kotlin * add withdrawal example * update add jni benchmark add java example * fix
1 parent 645121c commit 86261fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1581
-2402
lines changed

library/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ configurations {
1515
}
1616

1717
dependencies {
18-
implementation fileTree(include: ['*.jar'], dir: 'libs')
1918
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2019
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
2120
implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion"

library/go/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

library/go/build-darwin.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

library/go/build-linux.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

library/go/build-windows.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

library/go/go.mod

Lines changed: 0 additions & 25 deletions
This file was deleted.

library/go/go.sum

Lines changed: 0 additions & 38 deletions
This file was deleted.

library/go/kernel/address.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)