Added file scanner

This commit is contained in:
Eduard Urbach 2023-10-30 16:17:41 +01:00
parent fc2600c796
commit 16690d390f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
10 changed files with 178 additions and 71 deletions

3
src/build/Function.go Normal file
View file

@ -0,0 +1,3 @@
package build
type Function struct{}