├── Makefile ├── Makefile.uk ├── README.md ├── helloworld.go ├── kraft.cloud.yaml ├── kraft.yaml └── server.go /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.uk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/Makefile.uk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/README.md -------------------------------------------------------------------------------- /helloworld.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/helloworld.go -------------------------------------------------------------------------------- /kraft.cloud.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/kraft.cloud.yaml -------------------------------------------------------------------------------- /kraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/kraft.yaml -------------------------------------------------------------------------------- /server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unikraft/app-helloworld-go/HEAD/server.go --------------------------------------------------------------------------------