File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
main/java/dev/smoothprogrammer/javaproject
test/java/dev/smoothprogrammer/javaproject Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Dev Tools.
77Provide a template to setup a project in a specified programming language.
88
99``` sh
10- nix flake init -t github:minizilla /dt#{programming-language}
10+ nix flake init -t github:smoothprogrammer /dt#{programming-language}
1111```
1212
1313## Bin
@@ -16,5 +16,5 @@ Provide a binary to work with a specified programming language.
1616This is useful when working with a non-Nix Flake project.
1717
1818``` sh
19- nix flake init -t github:minizilla /dt#bin-{programming-language}
19+ nix flake init -t github:smoothprogrammer /dt#bin-{programming-language}
2020```
Original file line number Diff line number Diff line change 1- module github.com/minizilla /goproject
1+ module github.com/smoothprogrammer /goproject
22
33go 1.24
44
5- require github.com/minizilla /testr v0.4 .0
5+ require github.com/smoothprogrammer /testr v1.0 .0
Original file line number Diff line number Diff line change 1- github.com/minizilla /testr v0.4 .0 h1:pHy2U8TFgpBpQS15ZMqQS3h2/msyZ0GKSpGW6xMBabA =
2- github.com/minizilla /testr v0.4 .0/go.mod h1:DdZPGzN8GgQbC2QZ24W/BaWI88xCKUKQ6YLcV/g3hvQ =
1+ github.com/smoothprogrammer /testr v1.0 .0 h1:+CZAZslm8fphgzLBcwWFqlw5YTdktkjW6mq+Au7UVEM =
2+ github.com/smoothprogrammer /testr v1.0 .0/go.mod h1:g2nz0OlzTquUuhUgO/uu+/1Akxb7eKirR0nwQdjRT2g =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "testing"
55
6- "github.com/minizilla /testr"
6+ "github.com/smoothprogrammer /testr"
77)
88
99func TestGreet (t * testing.T ) {
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >dev.minizilla </groupId >
4+ <groupId >dev.smoothprogrammer </groupId >
55 <artifactId >javaproject</artifactId >
66 <packaging >jar</packaging >
77 <version >1.0-SNAPSHOT</version >
88 <name >javaproject</name >
9- <url >https://minizilla .dev</url >
9+ <url >https://smoothprogrammer .dev</url >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2828 <artifactId >exec-maven-plugin</artifactId >
2929 <version >3.5.0</version >
3030 <configuration >
31- <mainClass >dev.minizilla .javaproject.App</mainClass >
31+ <mainClass >dev.smoothprogrammer .javaproject.App</mainClass >
3232 </configuration >
3333 <executions >
3434 <execution >
Original file line number Diff line number Diff line change 1- package dev .minizilla .javaproject ;
1+ package dev .smoothprogrammer .javaproject ;
22
33public class App {
44 public static void main (String [] args ) {
Original file line number Diff line number Diff line change 1- package dev .minizilla .javaproject ;
1+ package dev .smoothprogrammer .javaproject ;
22
33import junit .framework .Test ;
44import junit .framework .TestCase ;
You can’t perform that action at this time.
0 commit comments