From 3948fff85eed1e00f72532bf8276fc6f089a2b51 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 8 Feb 2024 10:54:17 +0100 Subject: [PATCH] Apply suggestions from code review --- example_star_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/example_star_test.go b/example_star_test.go index 146010b..8f8de2b 100644 --- a/example_star_test.go +++ b/example_star_test.go @@ -117,8 +117,6 @@ func Example_starTopologyHTTPSAndDNS() { } // This example shows how DNS servers implement whoami.v4.powerdns.org -// an HTTPS server. Then we create an HTTPS client and we use such a -// client to fetch a very important message from the server. func Example_starTopologyDNSWhoami() { // Create a star topology for our hosts. topology := netem.MustNewStarTopology(&netem.NullLogger{})