diff --git a/src/analyzer.go b/analyzer.go similarity index 100% rename from src/analyzer.go rename to analyzer.go diff --git a/src/ethernet/arp/arp.go b/ethernet/arp/arp.go similarity index 100% rename from src/ethernet/arp/arp.go rename to ethernet/arp/arp.go diff --git a/src/ethernet/arp/arpDevice.go b/ethernet/arp/arpDevice.go similarity index 100% rename from src/ethernet/arp/arpDevice.go rename to ethernet/arp/arpDevice.go diff --git a/src/ethernet/arp/arpStats.go b/ethernet/arp/arpStats.go similarity index 100% rename from src/ethernet/arp/arpStats.go rename to ethernet/arp/arpStats.go diff --git a/src/ethernet/arp/common.go b/ethernet/arp/common.go similarity index 100% rename from src/ethernet/arp/common.go rename to ethernet/arp/common.go diff --git a/src/ethernet/dns/answer.go b/ethernet/dns/answer.go similarity index 100% rename from src/ethernet/dns/answer.go rename to ethernet/dns/answer.go diff --git a/src/ethernet/dns/common.go b/ethernet/dns/common.go similarity index 100% rename from src/ethernet/dns/common.go rename to ethernet/dns/common.go diff --git a/src/ethernet/dns/dns.go b/ethernet/dns/dns.go similarity index 100% rename from src/ethernet/dns/dns.go rename to ethernet/dns/dns.go diff --git a/src/ethernet/dns/question.go b/ethernet/dns/question.go similarity index 100% rename from src/ethernet/dns/question.go rename to ethernet/dns/question.go diff --git a/src/ethernet/ethernet.go b/ethernet/ethernet.go similarity index 100% rename from src/ethernet/ethernet.go rename to ethernet/ethernet.go diff --git a/src/file.go b/file.go similarity index 100% rename from src/file.go rename to file.go diff --git a/src/main.go b/main.go similarity index 100% rename from src/main.go rename to main.go