diff options
Diffstat (limited to 'content/methods/type-assertions.go')
| -rw-r--r-- | content/methods/type-assertions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods/type-assertions.go b/content/methods/type-assertions.go index 7e81499..dac657f 100644 --- a/content/methods/type-assertions.go +++ b/content/methods/type-assertions.go @@ -1,4 +1,4 @@ -// +build no-run OMIT +//go:build norun || OMIT package main |
