mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
pkg,service: Remove redundant build constraints (#3556)
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
//go:build windows
|
||||
|
||||
package proc
|
||||
|
||||
import (
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
//go:build go1.12
|
||||
|
||||
package version
|
||||
|
||||
import (
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
//go:build linux
|
||||
|
||||
package sameuser
|
||||
|
||||
import (
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
//go:build linux
|
||||
|
||||
package sameuser
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user