Skip to content

Commit 93fb3e7

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix: also remove identity params from Go interface definitions
1 parent cb08013 commit 93fb3e7

146 files changed

Lines changed: 1547 additions & 1542 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sm := servicemanager.New(transport)
3030

3131
mgr, _ := location.GetLocationManager(ctx, sm)
3232
loc, _ := mgr.GetLastLocation(ctx, string(location.ProviderFused),
33-
location.LastLocationRequest{}, "com.android.shell", "")
33+
location.LastLocationRequest{}, "com.android.shell")
3434
fmt.Printf("Lat: %.6f, Lon: %.6f\n", loc.LatitudeDegrees, loc.LongitudeDegrees)
3535
```
3636

@@ -131,7 +131,7 @@ import (
131131
}
132132

133133
loc, err := mgr.GetLastLocation(ctx, string(location.ProviderFused),
134-
location.LastLocationRequest{}, "com.android.shell", "")
134+
location.LastLocationRequest{}, "com.android.shell")
135135
if err != nil {
136136
log.Fatal(err)
137137
}

android/accessibilityservice/iaccessibilityserviceconnection.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/accounts/iaccountmanager.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)