You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
# the following a fix as per https://github.com/golangci/golangci/issues/29#issuecomment-460649402 -- missing vendor libraries
38
-
- GO111MODULE=on go mod vendor
39
-
# the following a fix as per https://github.com/esimov/diagram/issues/7#issuecomment-443186458 -- glfw library broken through vendoring
40
-
- GO111MODULE=off go get -u github.com/go-gl/glfw/v3.2/glfw/glfw; cp -R $GOPATH/src/github.com/go-gl/glfw/v3.2/glfw/glfw vendor/github.com/go-gl/glfw/v3.2/glfw/glfw
This project contains a set of [Go](https://www.golang.org) examples for [imgui-go](https://github.com/inkyblackness/imgui-go), which is a wrapper for [**Dear ImGui**](https://github.com/ocornut/imgui).
0 commit comments