1
0
mirror of https://github.com/fumiama/go-hide-param.git synced 2026-06-05 07:20:25 +08:00

add comment

This commit is contained in:
fumiama
2021-09-19 21:25:27 +08:00
parent 68b350fe8d
commit 2eaa75f6cf
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package gohideparam

1
win.go
View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package gohideparam