Skip to content

Latest commit

 

History

History

step04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

STEP04: 外部パッケージを使ってみよう

新しく学ぶこと

  • サードパーティパッケージの使い方
  • Go Modules

外部パッケージを取得する

$ go get github.com/tenntenn/greeting/v2/text

動かし方

$ go build -v -o step04
$ ./step04