-
Notifications
You must be signed in to change notification settings - Fork 120
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
Binary Download Request #14
Comments
I'll be drafting a full release later today or tomorrow (when #10 is complete), but I'll upload the Windows builds here until then. I've never cross-compiled Go for Windows (and haven't actually used Windows for quite some time), so you might have to work with me on this.
Some references for myself: |
Great thanks for your quick response. 64-bit Example (Searching for .txt files) fsql "SELECT name, size, time FROM . WHERE name LIKE %.txt AND time > 'Apr 01 2017 00 00'" Output:
32-bit Example (Searching for .txt files) fsql "SELECT name, size, time FROM . WHERE name LIKE %.txt AND time > 'Apr 01 2017 00 00'" Output:
|
Thank you for a great tool and sharing with the community; this is awesome.
Do you mind creating a binary/executable for Windows?
The text was updated successfully, but these errors were encountered: