assyrianic / SourceGo

SourceGo is a transpiler that transforms a subset of Golang-like code to equivalent SourcePawn.
https://forums.alliedmods.net/showthread.php?t=328269
MIT License
25 stars 3 forks source link

Add go modules #13

Closed FlowingSPDG closed 2 years ago

FlowingSPDG commented 2 years ago

Hello, Thank you for awesome plugin! I just realized that newer Go enables GO111MODULE by default, which means relative path import does not work. So I made this PR for compatibility with latest Go version.

Let me know if you want me to fix anything! My PR contains some goimport related file changes. You can ignore them though!