PracowniaProgramowania/backend/go_proto_buffer/main.go
2018-11-16 20:55:41 +01:00

13 lines
323 B
Go

package main
//stat -f%z person.xml nie dziala :<
// go get github.com/golang/protobuf
//[!] błąd [!] can't load package: package github.com/golang/protobuf: no Go files in C:\Users\dp\go\src\github.com\golang\protobuf
//go get github.com/golang/protobuf/proto
import "fmt"
func main() {
fmt.Println("Hello World")
}