Skip to content

Commit b2ce029

Browse files
chore(go): remove example.com from module path (#172)
* chore(go): remove `example.com` from module path * newline
1 parent 5a76de7 commit b2ce029

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

bindings/go/examples/chain_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"log"
99

10-
sdk "example.com/bindings/iota_sdk_ffi"
10+
sdk "bindings/iota_sdk_ffi"
1111
)
1212

1313
func isNilError(err error) bool {

bindings/go/examples/example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
sdk "example.com/bindings/iota_sdk_ffi"
7+
sdk "bindings/iota_sdk_ffi"
88
)
99

1010
func isNilError(err error) bool {

bindings/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module example.com/bindings
1+
module bindings
22

33
go 1.24.6

crates/iota-graphql-client/src/query_types/chain.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) Mysten Labs, Inc.
22
// Modifications Copyright (c) 2025 IOTA Stiftung
33
// SPDX-License-Identifier: Apache-2.0
4+
45
use crate::query_types::schema;
56

67
// ===========================================================================

0 commit comments

Comments
 (0)