diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:59:23 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-08-21 14:59:23 +0200 |
| commit | c04f4d9fff2e753f0477a07a9f8f43fbcba8969e (patch) | |
| tree | d1c8619b76572b31c475a78e27d61d0e6133f752 /user/xp.go | |
| parent | 166aadabfb37a1a565bb8d46241682c709b1c4db (diff) | |
build(go): rename module to use git.anhgelus.world instead of github
Diffstat (limited to 'user/xp.go')
| -rw-r--r-- | user/xp.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ package user import ( + "slices" + "sync" + + "git.anhgelus.world/anhgelus/les-copaings-bot/config" + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" "github.com/anhgelus/gokord" "github.com/anhgelus/gokord/logger" - "github.com/anhgelus/les-copaings-bot/config" - "github.com/anhgelus/les-copaings-bot/exp" "github.com/bwmarrin/discordgo" - "slices" - "sync" ) type cXP struct { |
