Skip to content

Commit

Permalink
change package name from main to chatify (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jul 17, 2023
1 parent 434ec09 commit ba66a70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package chatify

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

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main
package chatify

import (
"context"
Expand Down

0 comments on commit ba66a70

Please sign in to comment.