Skip to content

Commit

Permalink
fix: update all gno file with gnoimports
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed May 20, 2024
1 parent 79714cb commit b7f9722
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 51 deletions.
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/bf/bf_test.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package bf

import (
"bytes"
"testing"
)

Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/cford32/cford32_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"
"io"
"math"
"strconv"
"strings"
"testing"
)
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/grc/exts/vault/vault_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"std"
"time"

"gno.land/p/demo/grc/exts/vault"
"gno.land/p/demo/grc/grc20"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package grc1155

import (
"fmt"
"std"
"testing"

"gno.land/p/demo/users"
)

const dummyURI = "ipfs://xyz"
Expand Down
3 changes: 0 additions & 3 deletions examples/gno.land/p/demo/grc/grc721/basic_nft_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package grc721
import (
"std"
"testing"

"gno.land/p/demo/testutils"
"gno.land/p/demo/users"
)

var (
Expand Down
6 changes: 2 additions & 4 deletions examples/gno.land/p/demo/int256/bitwise_test.gno
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package int256

import (
"gno.land/p/demo/uint256"
)

import (
"testing"

"gno.land/p/demo/uint256"
)

func TestOr(t *testing.T) {
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/json/parser_test.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package json

import (
"strconv"
"testing"
)

Expand Down
3 changes: 0 additions & 3 deletions examples/gno.land/p/demo/math_eval/int32/int32_test.gno
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package int32

import (
"std"
"testing"

"gno.land/p/demo/ufmt"
)

func TestOne(t *testing.T) {
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/merkle/merkle_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package merkle
import (
"fmt"
"testing"
"time"
)

type testData struct {
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/mux/router_test.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package mux

import (
"strings"
"testing"
)

Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/rand/rand.gno
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package rand
import (
"math/rand"
"std"
"time"
)

type Instance struct {
Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/seqid/seqid.gno
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
package seqid

import (
"encoding/binary"

"gno.land/p/demo/cford32"
)

Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/tamagotchi/z0_filetest.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"std"
"time"

"internal/os_test"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/uint256/conversion.gno
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package uint256

import (
"encoding/binary"
"errors"
"strconv"
"strings"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/art/millipede/millipede_test.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package millipede

import (
"fmt"
"testing"
)

Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/boards/z_9_a_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package boards_test
// SEND: 200000000ugnot

import (
"strconv"

"gno.land/r/demo/boards"
"gno.land/r/demo/users"
)
Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/boards/z_9_b_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package boards_test
// SEND: 200000000ugnot

import (
"strconv"

"gno.land/r/demo/boards"
"gno.land/r/demo/users"
)
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/groups/z_1_a_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package groups_test

import (
"std"
"strconv"

"gno.land/p/demo/testutils"
"gno.land/r/demo/groups"
Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/groups/z_1_c_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ package groups_test

import (
"std"
"strconv"

"gno.land/p/demo/testutils"
"gno.land/r/demo/groups"
"gno.land/r/demo/users"
)

var gid groups.GroupID
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/groups/z_2_a_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package groups_test

import (
"std"
"strconv"

"gno.land/p/demo/testutils"
"gno.land/r/demo/groups"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/groups/z_2_d_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package groups_test

import (
"std"
"strconv"

"gno.land/p/demo/testutils"
"gno.land/r/demo/groups"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/groups/z_2_g_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package groups_test

import (
"std"
"strconv"

"gno.land/p/demo/testutils"
"gno.land/r/demo/groups"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/keystore/keystore_test.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package keystore

import (
"fmt"
"std"
"strings"
"testing"
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/memeland/memeland.gno
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package memeland

import (
"std"
"time"

"gno.land/p/demo/memeland"
)
Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/microblog/microblog_test.gno
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package microblog

import (
"log"
"std"
"strings"
"testing"

"gno.land/p/demo/avl"
"gno.land/p/demo/microblog"
"gno.land/p/demo/testutils"
)
Expand Down
3 changes: 0 additions & 3 deletions examples/gno.land/r/demo/tamagotchi/z0_filetest.gno
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package main

import (
"std"
"time"

"gno.land/r/demo/tamagotchi"
)

Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/tests/tests_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package tests
import (
"std"
"testing"

"gno.land/p/demo/testutils"
)

func TestAssertOriginCall(t *testing.T) {
Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/users/z_0_b_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package main
// SEND: 199000000ugnot

import (
"std"

"gno.land/r/demo/users"
)

Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/users/z_6_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"std"

"gno.land/p/demo/testutils"
"gno.land/r/demo/users"
)

Expand Down
2 changes: 0 additions & 2 deletions examples/gno.land/r/x/manfred_outfmt/outfmt_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package outfmt

import (
"testing"

"gno.land/r/x/manfred_outfmt"
)

func TestRender(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ package evaluation
*/

import (
"std"
"testing"

"gno.land/p/demo/avl"
"gno.land/p/demo/testutils"
"gno.land/p/demo/ufmt"
)
Expand Down

0 comments on commit b7f9722

Please sign in to comment.