deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
925 stars 105 forks source link

Unable to import go-php library #75

Open prateekagrawl opened 8 months ago

prateekagrawl commented 8 months ago

I am having trouble importing the module using go get -tags php github.com/deuill/go-php I have php7 installed in my system and wanted to use this library. Can someone help me on this?

image