Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active March 30, 2017 05:35
Show Gist options
  • Save kjunichi/54a5488a0e03928f17c27e57bcf96693 to your computer and use it in GitHub Desktop.
Save kjunichi/54a5488a0e03928f17c27e57bcf96693 to your computer and use it in GitHub Desktop.

goアプリでのプラグイン機構の実装

.so、dyld、dllを読み込めばよい?

柔軟なのを最初から作ってもどうせ使わないから、

  • TLの取得機能の追加
  • 時報機能
  • 指定URLサイトのサムネイルt表示

この辺りをプラグインできるような設計でOK

electronベースのアプリでのプラグイン機能の実装

  • TLの取得機能の追加
  • 時報機能
  • 指定URLサイトのサムネイルt表示

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment