get5loader icon indicating copy to clipboard operation
get5loader copied to clipboard

Goのimportを整理する

Open FlowingSPDG opened this issue 2 years ago • 0 comments

標準パッケージ

外部パッケージ(OSSなど)

内部パッケージ

の順番にソートする

import (
  "fmt"

  "github.com/FlowingSPDG/Got5"

  "github.com/FlowingSPDG/get5loader/backend/..."
)

FlowingSPDG avatar Aug 04 '23 12:08 FlowingSPDG