Skip to content

Commit

Permalink
add package main to go
Browse files Browse the repository at this point in the history
  • Loading branch information
jelilat committed Mar 12, 2024
1 parent 2292f75 commit 5bc01ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/rpcspec/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ async fn main() {
`;

const STARKNET_GO_PREFIX = `
const STARKNET_GO_PREFIX = `package main
import (
"context"
"fmt"
Expand Down Expand Up @@ -385,6 +386,7 @@ const ReadMethods = [
});
`,
starknetGo: `package main
import (
"context"
"fmt"
Expand Down

0 comments on commit 5bc01ab

Please sign in to comment.