about summary refs log tree commit diff
path: root/bridge/main.go
blob: 8a557722dca6c2e92b3db23d939d75fbf1292a84 (plain)
1
2
3
4
5
package main

func main() {
	println("hello!!!! this is the container bridge")
}