bussiere

Results 6 comments of bussiere

Now i have a new error : ``` D:\eu\Workspace\Emissaries>go get github.com/veandco/go-sdl2/sdl # github.com/veandco/go-sdl2/sdl cannot parse $WORK\b001\_cgo_.o as ELF, Mach-O, PE or XCOFF ```

```go package main import ( "fmt" "github.com/auth0-community/go-auth0" "github.com/gin-gonic/gin" jose "gopkg.in/square/go-jose.v2" "log" "net/http" "github.com/gin-contrib/cors" "time" ) var ( audience string domain string ) type Response struct{ Status string } func test(c...

same here :+1: go get -u github.com/banthar/Go-SDL/ttf # github.com/banthar/Go-SDL/ttf 1: error: 'TTF_SetFontHinting' undeclared (first use in this function) 1: note: each undeclared identifier is reported only once for each function...

i've added json { "insecure-registries" : ["127.0.0.1:5000"] } to /etc/docker/daemon.json and pulling an image locally works ![Image](https://github.com/user-attachments/assets/f51a6776-3f08-421e-bff0-8108ea7067eb)