13 lines
323 B
Go
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")
|
||
|
}
|