エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to get the directory of the package the file is in, not the current working directory
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to get the directory of the package the file is in, not the current working directory
I'm making a package to make API calls to a service. I have a test package that I use just to tes... I'm making a package to make API calls to a service. I have a test package that I use just to test the API calls and test the functions of the main package which I just include the other package into. In my main package that I'm working on I have ioutil.ReadFile(filepath.Abs("Filename.pub")) Which is ok, but when I call it from my test package e.g. /Users/####/gocode/src/github.com/testfolder go r
2017/05/05 リンク