1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gen: basic initial work on the Go backend

This commit is contained in:
Alexander Medvednikov
2022-06-28 09:40:47 +03:00
parent 28068e8ecf
commit a4eb5b6356
12 changed files with 3012 additions and 4 deletions

View File

@ -0,0 +1,7 @@
module main
import v.builder.golangbuilder
fn main() {
golangbuilder.start()
}