Results 21 comments of 1l0

I found Intel has Go branch on their devkit. Nothing since the first commit though. https://github.com/intel-iot-devkit/mraa/tree/golang

godot-go repo version: ``` $ git log -n 1 commit 69f026d512f5e5b3a8c10798b7a56d5761a70b09 (HEAD -> master, origin/master, origin/HEAD) Author: William Edwards Date: Thu Mar 15 23:36:49 2018 -0700 Update README ``` Thanks...

HYPE. You guys are awesome.

Same: ```bash $ pwd /Applications/Xcode.app/Contents/Developer $ find . -name stdbool.h ./Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/c++/4.2.1/tr1/stdbool.h ./Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1/tr1/stdbool.h ./Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework/Versions/A/lib/clang/2.0/include/stdbool.h ./Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/stdbool.h ./Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/c++/4.2.1/tr1/stdbool.h ./Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdbool.h ./Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include/stdbool.h ```

I was looking in ```/Applications/Xcode.app/Contents/Developer``` because ```c-for-go --ccincl``` pointed out that path. After adding ```/usr/include``` I'm in the same situation with https://github.com/xlab/c-for-go/issues/41#issuecomment-351235074. I uploaded a [repo](https://github.com/1l0/godot) that don't work.

I've finally managed by just adding following defines: ```yml PARSER: Defines: __has_include_next(x): 1 ``` No `/usr/include`, just `--ccincl`. I've not tested further but at least succeeded to generate the Go...

It works for me too without `--ccincl` in that way. So we should just add stubs. Thanks for helping.

Bookmarking with ``$guid`` + ``goto ($value)`` is awesome! I had thought I'd like deep linking feature for bookmarking but bookmarking in the list itself seems to be superior.