Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Go module and remove vendor directory from tracking #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wittawasw
Copy link

  • Go module with go.mod is a default way for development now, let's use it.
  • Remove vendor directory since it'll be handled by Go module.
  • Add libpcsclite-dev to Linux install because of this error I encountered when building example program.
go build -o sscard github.com/gogetth/sscard/main
go build github.com/ebfe/scard:
# pkg-config --cflags  -- libpcsclite
Package libpcsclite was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcsclite.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpcsclite' found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant