0
0

More than 5 years have passed since last update.

dep-dlを少し直した

Last updated at Posted at 2018-08-22

大したことではないですが、けっこういろんなフォーマットがあるのでちょっと対応していなかったのに対応しました。
今回は、k8s.io にあるのに対応しました:

            <html><head>
                  <meta name="go-import"
                        content="k8s.io/client-go
                                 git https://github.com/kubernetes/client-go">
                  <meta name="go-source"
                        content="k8s.io/client-go
                                 https://github.com/kubernetes/client-go
                                 https://github.com/kubernetes/client-go/tree/master{/dir}
                                 https://github.com/kubernetes/client-go/blob/master{/dir}/{file}#L{line}">
            </head></html>

今まで、go-importgo-source が複数あるのは想定していなかったのですが、初めてそうゆうのに遭遇して直しました。
正規表現をサクッと変える程度で済んだのでよかったです。

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