Skip to content

Separate import statements by type #382

Closed
@seantking

Description

@seantking

Summary

Following on from the comment suggesting to update import statements.

For example, the imports here should be refactored to look like:

import (
        // standard library imports
	"fmt"
	"testing"
        
        // external library imports
	"github.com/stretchr/testify/require"
	abci "github.com/tendermint/tendermint/abci/types"
        
         // ibc-go library imports
	"github.com/cosmos/ibc-go/modules/core/23-commitment/types"
)

This needs to be done throughout most of the repo.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned

Metadata

Metadata

Labels

good first issueGood for newcomerstype: code hygieneClean up code but without changing functionality or interfaces

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions