mirror of
https://github.com/imjasonh/wasimg
synced 2026-07-07 00:34:05 +00:00
6 lines
64 B
Go
6 lines
64 B
Go
//go:build !wasm
|
|
// +build !wasm
|
|
|
|
package main
|
|
|
|
func hello() {}
|