diff --git a/README.md b/README.md index 41370b7..ae2db29 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Further reading: ## Licensing -Copyright 2017-2024 Kaitai Project: MIT license +Copyright 2017-2022 Kaitai Project: MIT license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/kaitai/struct.go b/kaitai/struct.go deleted file mode 100644 index d4eb62b..0000000 --- a/kaitai/struct.go +++ /dev/null @@ -1,7 +0,0 @@ -package kaitai - -// Struct is the common interface guaranteed to be implemented by all types generated -// by Kaitai Struct compiler. -type Struct interface { - Kaitai_IO() *kaitai.Stream -}