This is a modify version of https://github.com/CzarekTomczak/cef2go/.
- Make sure you have installed windows-386 version of Go (for example: 1.5.1)
- Install mingw and add C:\MinGW\bin to PATH. You can install mingw using mingw-get-setup.exe. Select packages to install: "mingw-developer-toolkit", "mingw32-base", "msys-base".
- Download CEF 3 branch 2171 revision 1897 binaries: cef_binary_3.2171.1897_windows32.7z Copy Release/* to cef/Release Copy Resources/* to cef/Release
- Run [go build] in the directory
This code only supports Windows platforms.