Changeset 82 in code
- Timestamp:
- Dec 12, 2023, 2:27:29 PM (18 months ago)
- Location:
- trunk/cmd/aya
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/aya/getvars.go
r80 r82 45 45 } else { 46 46 header := s[:sep] 47 body := s[sep+len(delim): 1]47 body := s[sep+len(delim):] 48 48 49 49 vars := Vars{} -
trunk/cmd/aya/main.go
r80 r82 1 // $TheSupernovaDuo: marisa.chaotic.ninja/aya/cmd/aya, v1.0. 0 2023-12-12 13:44:23+0000, yakumo_izuru Exp $1 // $TheSupernovaDuo: marisa.chaotic.ninja/aya/cmd/aya, v1.0.1 2023-12-12 14:27:02+0000, yakumo_izuru Exp $ 2 2 package main 3 3
Note:
See TracChangeset
for help on using the changeset viewer.