index
:
fs-tracer-backend
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rest-api
/
cmd
/
main.go
blob: 94fb4bcab39eb37cb262e41d38d02edbdd4ef771 (
plain
) (
blame
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
main
()
{
fmt
.
Println
(
"Hi!"
)
}