diff options
Diffstat (limited to 'solutions/rot13.go')
| -rw-r--r-- | solutions/rot13.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/rot13.go b/solutions/rot13.go index 84315a4..d2ce0cb 100644 --- a/solutions/rot13.go +++ b/solutions/rot13.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ignore +//go:build ignore package main |
