Skip to content

Instantly share code, notes, and snippets.

@xNok
Created April 6, 2021 03:26
Show Gist options
  • Save xNok/79635b545940d940bc3f8f6e7caaf291 to your computer and use it in GitHub Desktop.
Save xNok/79635b545940d940bc3f8f6e7caaf291 to your computer and use it in GitHub Desktop.
import _ "embed"
//go:embed hello.txt
var s strings
//go:embed hello.txt
var b []bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment