Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. func main() {
  2. // db connection
  3. // stats worker
  4. // read from stdin
  5.  
  6. proccessLine(line)
  7. }
  8.  
  9. func processLine(line string) {
  10. // logic for app 1
  11. }
  12.  
  13. func processLine(line string) {
  14. // logic for app 2
  15. }
  16.  
  17. cmd
  18. a
  19. main.go
  20. b
  21. main.go
Add Comment
Please, Sign In to add comment