This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
res_levis_backend
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
321
Commits
3
Branches
9.3 MiB
Go
96.2%
CSV
2.9%
Shell
0.7%
Dockerfile
0.2%
Tree:
8e7689328d
chore/proposed-structure
chore/restructure-decoder
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8e7689328d'
${ noResults }
res_levis_backend
/
cmd
/
presenSe
/
presense.go
8 lines
82 B
Raw
Blame
History
package main
import "fmt"
func main() {
fmt.Println("this is the main file")
}