1
0
Fork 0
mirror of https://github.com/imjasonh/wasimg synced 2026-07-07 00:34:05 +00:00
wasimg/hello_other.go
Jason Hall ee773a9bb5
update
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-07-20 12:36:17 -04:00

6 lines
64 B
Go

//go:build !wasm
// +build !wasm
package main
func hello() {}