Golang にてクライアント側の UserAgent を取得する

下記メソッドが用意されている。

import "net/http"

request.UserAgent()
カテゴリー:Go