mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-05 14:12:16 +02:00
initial import
This commit is contained in:
7
best-practices/project-structure/packagename/util/log.go
Normal file
7
best-practices/project-structure/packagename/util/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package util
|
||||
|
||||
import "fmt"
|
||||
|
||||
func ParseValue(text string) {
|
||||
fmt.Println(text)
|
||||
}
|
Reference in New Issue
Block a user