0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

golang[Go言語]でインポート分のパスを指定する方法。

Posted at

記事作成背景

import分変えたいなって思った時どこを変えたらよいか自分用のメモです。

修正内容

go.modのmoduleを変える。

go.mod
module businessここ

go 1.15

require (
	github.com/go-sql-driver/mysql v1.5.0
	github.com/joho/godotenv v1.3.0
)

puts 'The best way to log and share programmers knowledge.'
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?