🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/gohandson/testing-ja/skeleton/step04

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gohandson/testing-ja/skeleton/step04

v0.0.0-20210511064722-8e4b6915ba69
Source
Go
Version published
Created
Source

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

新しく学ぶこと

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

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

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

動かし方

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

FAQs

Package last updated on 11 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts