Skip to content

Instantly share code, notes, and snippets.

@mtrucc
mtrucc / 0-go-os-arch.md
Created January 11, 2022 03:30 — forked from asukakenji/0-go-os-arch.md
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix
android
@mtrucc
mtrucc / index.html
Created February 28, 2022 09:37 — forked from gaoshang212/index.html
electron clipboard read image slow
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> -->
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>