These are no longer needed as these are now part of a module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
// Package daemon exposes the functions that occur on the host server |
| 5 | 2 |
// that the Docker daemon is running. |
| 6 | 3 |
// |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
package libnetwork |
| 5 | 2 |
|
| 6 | 3 |
//go:generate protoc -I=. -I=../../vendor/ --gogofaster_out=import_path=github.com/docker/docker/daemon/libnetwork:. agent.proto |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
// Package hashable provides handy utility types for making unhashable values |
| 5 | 2 |
// hashable. |
| 6 | 3 |
package hashable |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
// Package nftables provides methods to create an nftables table and manage its maps, sets, |
| 5 | 2 |
// chains, and rules. |
| 6 | 3 |
// |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
// Package resolvconf is used to generate a container's /etc/resolv.conf file. |
| 5 | 2 |
// |
| 6 | 3 |
// Constructor Load and Parse read a resolv.conf file from the filesystem or |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
package networkdb |
| 5 | 2 |
|
| 6 | 3 |
//go:generate protoc -I=. -I=../../../vendor/ --gogofaster_out=import_path=github.com/docker/docker/daemon/libnetwork/networkdb:. networkdb.proto |
| ... | ... |
@@ -1,6 +1,3 @@ |
| 1 |
-// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: |
|
| 2 |
-//go:build go1.23 |
|
| 3 |
- |
|
| 4 | 1 |
// Package options provides a way to pass unstructured sets of options to a |
| 5 | 2 |
// component expecting a strongly-typed configuration structure. |
| 6 | 3 |
package options |