Skip to content

Commit

Permalink
Renaming file and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef committed Oct 14, 2020
1 parent 4a364e0 commit 2ddaf48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/reciever.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package client

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion client/sender.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package client

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion server/main.go → server/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package server

import (
"context"
Expand Down

0 comments on commit 2ddaf48

Please sign in to comment.