aboutsummaryrefslogtreecommitdiff
path: root/solutions
diff options
context:
space:
mode:
Diffstat (limited to 'solutions')
-rw-r--r--solutions/binarytrees.go2
-rw-r--r--solutions/binarytrees_quit.go2
-rw-r--r--solutions/errors.go2
-rw-r--r--solutions/fib.go2
-rw-r--r--solutions/http.go2
-rw-r--r--solutions/image.go2
-rw-r--r--solutions/loops.go2
-rw-r--r--solutions/maps.go2
-rw-r--r--solutions/readers.go2
-rw-r--r--solutions/rot13.go2
-rw-r--r--solutions/slices.go2
-rw-r--r--solutions/stringers.go2
-rw-r--r--solutions/webcrawler.go2
13 files changed, 13 insertions, 13 deletions
diff --git a/solutions/binarytrees.go b/solutions/binarytrees.go
index fe47542..60e7379 100644
--- a/solutions/binarytrees.go
+++ b/solutions/binarytrees.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
diff --git a/solutions/binarytrees_quit.go b/solutions/binarytrees_quit.go
index a469767..1237b10 100644
--- a/solutions/binarytrees_quit.go
+++ b/solutions/binarytrees_quit.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
diff --git a/solutions/errors.go b/solutions/errors.go
index e8de49e..d6232b8 100644
--- a/solutions/errors.go
+++ b/solutions/errors.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
diff --git a/solutions/fib.go b/solutions/fib.go
index 0f3959a..cfab7a8 100644
--- a/solutions/fib.go
+++ b/solutions/fib.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
diff --git a/solutions/http.go b/solutions/http.go
index 9fe3d5f..7893791 100644
--- a/solutions/http.go
+++ b/solutions/http.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
diff --git a/solutions/image.go b/solutions/image.go
index bdba7af..8d218df 100644
--- a/solutions/image.go
+++ b/solutions/image.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
diff --git a/solutions/loops.go b/solutions/loops.go
index 296138f..7d8a4ae 100644
--- a/solutions/loops.go
+++ b/solutions/loops.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
diff --git a/solutions/maps.go b/solutions/maps.go
index f2565a0..1d99b7f 100644
--- a/solutions/maps.go
+++ b/solutions/maps.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
diff --git a/solutions/readers.go b/solutions/readers.go
index ba7036d..78b57e7 100644
--- a/solutions/readers.go
+++ b/solutions/readers.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
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
diff --git a/solutions/slices.go b/solutions/slices.go
index d66ed02..8439ea9 100644
--- a/solutions/slices.go
+++ b/solutions/slices.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
diff --git a/solutions/stringers.go b/solutions/stringers.go
index 7462f4c..3faf812 100644
--- a/solutions/stringers.go
+++ b/solutions/stringers.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
diff --git a/solutions/webcrawler.go b/solutions/webcrawler.go
index 89b86a8..27df5da 100644
--- a/solutions/webcrawler.go
+++ b/solutions/webcrawler.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