더 편한 메모 작성을 위해 miryang-dev.tistory로 이사했습니다.
SupabaseScalaGithubReact NativeprojectdiscoveryRemixRescriptPurescriptnpmCloudflareReactNext.jsGOHyper-VTiberoGitAlgorithms, 2020년

start Chrome with golang

May 1, 2021

Run chrome with golang

	err := exec.Command("cmd", "/C", "start", "chrome.exe", "https://google.com").Run()
	if err != nil {
		log.Println(err)
	}